All the parts of a business state machine.
业务状态机的所有部分。
Escalations are like timers in a business state machine.
升级就像业务状态机中的计时器。
A business state machine can be implemented by a BPEL process.
业务状态机可以通过BPEL流程来实现。
Click Finish to open the business state machine editor, as shown in Figure 5.
单击Finish,以打开业务状态机编辑器,如图5中所示。
An instance of a business state machine can be in only one state at any given time.
业务状态机的一个实例在任意给定时刻只能处于一种状态。
After viewing the above business state machine, you may have a couple of questions.
查看以上的业务状态机后,您可能会产生两个疑问。
We've decided to implement the ProcessOrder component with a business state machine.
我们决定使用业务状态机来实现ProcessOrder组件。
A mechanism to callback to the business state machine once the human task is completed.
一种在人工任务完成之后回调业务状态机的机制。
This is unacceptable, since the business state machine would be stuck processing the operation.
这是无法接受的,因为业务状态机需要不停地处理操作。
The list of variables in the business state machine or process editor contains global variables.
业务状态机或流程编辑器中的清单列表包含全局变量。
Hence, the design pattern for invoking a human task from the business state machine is as follows.
因此,从业务状态机调用人工任务的设计模式如下所示。
When a caller invokes the purchase operation, the business state machine framework does the following.
当调用者调用购买操作时,业务状态机框架执行以下操作。
We mentioned in the previous article that a business state machine is a special type of business process.
在上一部分中曾经提到,业务状态机是一种特殊类型的业务流程。
The business state machine design is based on the states of the order and the transitions between those states.
业务状态机的设计基于订单的各个状态和这些状态之间的转换。
Therefore, the business state machine actually invokes a long-running BPEL process that in turn calls the human task.
因此,业务状态机实际上是调用一个长时间运行的BPEL过程,而该过程进而调用人工任务。
Our current design does not support order cancellation, so we must first add a Canceled state to the business state machine.
我们当前的设计不支持订单取消,因此必须首先向业务状态机添加一个Canceled状态。
However, our order business state machine is still active and running, and is currently waiting in the Building order state.
但是,我们的订单业务状态机仍处于活动状态并在运行,目前正在BuildingOrder状态中等待。
It receives the orderId from the business state machine and immediately calls the inline ApproveOrderTask human task activity.
它从业务状态机接收orderid,并立即调用内嵌ApproveOrderTask人工任务活动。
A business state machine is an event-driven business transaction that defines a set of states for a given part of the application.
业务状态机是事件驱动的业务事务,该业务事务定义了应用软件中给定部分的一组状态。
The business state machine provides the ability for a condition to call (invoke) another component to perform the condition check.
对于某个条件,业务状态机可以调用另一组件来执行条件检查。
This serves as the callback mechanism we were missing when trying to invoke the human task directly from the business state machine.
这相当于一个回调机制,它在我们从业务状态机直接调用人工任务的设计方法中是没有的。
It is a component in a module just like the others we have seen, such as a business process, business state machine or business rules.
它是模块中的一个组件,就像我们已看到过的其他组件一样,如业务流程、业务状态机或业务规则。
After the human task is completed, the BPEL process will invoke the business state machine, and the state machine logic will continue.
在人工任务完成之后,BPEL过程将调用业务状态机,并且状态机逻辑将继续执行。
A lifecycle model for governed metadata USES a business state machine to describe the lifecycle states and the transition between them.
对于被治理的元数据,生命周期模型使用一个业务状态机来描述生命周期状态和它们之间的转换。
You can now query business state machine variables including the display name of the current state as well as correlation set information.
现在,您可以查询业务状态机变量,包括当前状态的显示名称以及相关集信息。
For those who are familiar with UML, a business state machine is a subset of a UML state machine and is more appropriate for business users.
对于那些熟悉uml的用户,业务状态机是UML状态机的子集,而且它更适合于业务用户。
The BPEL process will immediately take the response and forward it to the callback operation approvalResponse on the business state machine.
BPEL过程将立即接受该响应,并将其转发到业务状态机上的回调操作approvalResponse。
It is filled in by the business state machine from the operation and made available to the conditions and actions associated with the operation.
它由业务状态机从操作中填入,并用于与该操作相关的条件和操作。
From the design and practice perspective, the first thing that needs to be determined is how the business state machine and human task will interact.
从设计和实践的角度来看,需要确定的第一件事是业务状态机与人工任务如何进行交互。
A business state machine is a special type of business process because it is event driven, and its actions depend on the current state of the process.
业务状态机是一种特殊的业务流程类型,因为它是事件驱动的,其操作取决于流程当前的状态。
应用推荐