The new alias will be added to the list and used with the initial Receive activity.
新别名将添加到列表中,并与初始Receive活动一起使用。
This causes the waiting BPEL Receive activity to accept the message for processing.
这将使BPELReceive等待行为接收消息以进行处理。
So, for example, you could create the receive activity and then wrap it in a sequence.
因此,例如,您可以创建receive活动,然后将它包装在一个sequence 中。
The top receive activity receiveOrder acts as the starting point for new process executions.
最上面的接收活动receiveOrder是一次新的过程执行的起点。
A jump to an initiating receive activity, that has no correlation defined, should be avoided.
应避免跳转到正在进行初始化且没有定义相关性的接收活动。
After the loop define a receive activity that waits until it is invoked by the last event handler.
在循环之后,定义接收活动,该活动将等待最后一个事件处理程序实例调用。
For example, the receive activity of line 20 is the source of the order-to-airline link (line 24).
例如,第20行的receive活动是order - to - airlinelink的source(第24行)。
Your business process accepts two parameters, orderId and shipperId, as input through the Receive activity.
您的业务流程接受两个参数orderId和 shipperId作为通过 Receive活动的输入。
A process could start with a receive activity, and then return a response before proceeding to do other work.
流程可以从接收活动开始,然后在继续执行其他工作之前,返回响应。
A receive activity is an entry point to a process; it is the point where the process starts or continues.
接收活动是流程的入口点,它是流程的开始点或继续点。
In this case, instead of invoking the receive activity in the main scope, we have to raise a fault in the event handler.
在这种情况下,不要调用主范围中的接收活动,而必须在事件处理程序中引发一个错误。
Finally, check whether the global counter reached zero, and if so, invoke the receive activity waiting in the main scope.
最后,检查全局计数器是否已达到零,如果是,调用主范围中等待的接收活动。
When a receive activity belongs to a request-response operation, a reply activity returns the output of the operation.
当接收活动属于请求-响应操作时,应答活动会返回操作的输出。
Here we select the interface that actually needs to map with the process that will be taken as input for Receive activity.
这里我们选择了一个需要与流程进行映射的接口,流程将作为Receive活动的输入。
The receive activity defines the type of partners that can interact with the process and what operations they can use.
接收活动(receive activity)定义了能与流程进行交互的合作伙伴的类型,以及它们能使用的操作。
Now you can add to the sequence a receive activity that can take the customer's message and put it in the appropriate container.
现在,您可以将一个receive活动添加到sequence中,这个 receive活动可以接收客户的消息并把它保存到适当的容器中。
You could have more than one reply activity for each receive activity, such as in the case where your process has multiple paths.
每个接收活动都可以有多个应答活动,例如您的流程具有多个路径的情况。
An OnEvent element is equivalent to a receive activity, so you need a corresponding operation in one of the process's interfaces.
OnEvent元素相当于一个接收活动,因此在流程的某个接口需要相应的操作。
If the reply is executed anyhow it will fail or stop with a fault indicating that no corresponding receive activity has been found.
如果以某种方式执行了应答,则应答活动会失败或停止,并显示一个错误,指示未找到相应的接收活动。
When a reservation is requested, a new process instance is generated and input reservation data is received in the Receive activity.
当请求预订时,会生成新的流程实例,并在Receive 活动中接收输入预订数据。
The receive activity receiveQuote will cause the process execution to wait until the supplier invokes the submitQuote service operation.
接收活动receiveQuote将使过程实例处于等待状态,直到提供商调用submitQuote服务操作。
Therefore, in order to reply to the message that arrived through the Receive activity, you would need a Reply activity with the same triplet.
因此,为了应答通过Receive活动到达的消息,您将需要一个带有相同的三元组的Reply 活动。
The code assumes that the process has a single initiating receive activity at the beginning, which is the case for a large amount of processes.
代码假设开始时流程可以进行单个初始化接收活动,这种情况适用于许多流程。
So when the customer invokes the order operation on the left. That causes a new process execution to start by leaving the initial receive activity.
因此,每当客户调用左边的订购(order)操作,就会通过离开初始接收活动来启动一次新的过程执行。
The echo process will consist of two primitive tasks — receiving a message via the receive activity and replying to the sender via a reply activity.
回送流程将包括两个基本任务—通过receive活动接收一条消息以及通过reply活动向发送方作出应答。
Note that the receive activity in the main scope is still needed to keep the scope alive even that it is not called explicitly in this scenario anymore.
请注意,主范围中的接收活动仍然需要保持相应的范围为活动状态,即使已不再从此场景中调用它也是如此。
In this case, if the process encounters a receive activity while it is running, the process stops and waits for the corresponding operation to be called.
在这种情况下,如果流程在运行时遇到接收活动,则流程会停止,并等待相应的操作被调用。
The process instance executes to the Retrieve message Receive activity, where the process will wait pending the arrival of a message for processing.
流程实例执行RetrieveMessageReceive行为,在其中流程将等待消息的到来以进行处理。
When a receive activity of a two-way request is skipped or over-jumped, the corresponding reply activities should be marked to be skipped or over-jumped as well.
当双向请求的接收活动被跳过或被忽略时,相应的应答活动也应被标记为跳过或忽略。
You can find the input message operation by clicking on the initiating receive activity, and in the Properties panel's Details TAB you can see the selected operation.
通过在初始接收活动上单击可以找到输入消息操作,并且在Properties面板的Details选项卡上可以看到所选的操作。
应用推荐