如果两个事件具有相同的活动模板 ID (ATID)和相同的流程实例 ID(PIID),那么这两个事件就属于同一个活动实例。
Two events belong to the same activity instance if they have the same activity template ID (ATID) and the same process instance ID (PIID).
清单3显示的代码片段根据流程实例ID获取事件处理程序。
Listing 3 shows the code snippet getting the event handler by a process instance ID.
清单2显示的是使用Business Flow Manager API获取流程实例ID的代码片段。
Listing 2 shows the code snippet to get the process instance ID using the Business Flow Manager API.
应用推荐