The Order bean has two properties: orderID and customer name.
Orderbean有两个属性:orderID和客户名。
Note that the values of the ORDERID column dictate how rows will be partitioned for this table.
注意,orderid列的值决定这个表中的行如何分区。
Your business process accepts two parameters, orderId and shipperId, as input through the Receive activity.
您的业务流程接受两个参数orderId和 shipperId作为通过 Receive活动的输入。
It receives the orderId from the business state machine and immediately calls the inline ApproveOrderTask human task activity.
它从业务状态机接收orderid,并立即调用内嵌ApproveOrderTask人工任务活动。
This causes the approvalResponse operation to be called, with an approval response value of "disapprove" (and the orderId for correlation).
这会导致调用 approvalResponse操作和审批响应值 "disapprove"(以及用于关联的orderId)。
Consider the case where the OrderID passed is greater than 10 characters in length. In this case, an exception appears as shown in Listing 3.
考虑到传递的OrderID长度远大于10个字符,在这种情况下,将出现如清单3所示的异常。
The lookup stage caches the query result and performs the lookup operations on the cached order details based on the order IDs from the OrderID input link.
查找工作台将缓存查询结果并根据OrderID输入链接中的订单ID对缓存的订单详细信息执行查找操作。
The lookup stage caches the query result and performs the lookup operations on the cached order details based on the order IDs from the OrderID input link.
查找工作台将缓存查询结果并根据OrderID输入链接中的订单ID对缓存的订单详细信息执行查找操作。
应用推荐