chenjin 发表于 2013-1-27 06:25:50

jbpm 与工作流模式 多路聚合(Multiple Merge)

多路聚合(Multiple Merge)

Description :    A point in a workow process where two or more branches reconverge without
synchronization. If more than one branch gets activated, possibly concurrently, the activity
following the merge is started for every activation of every incoming branch.

描述:    多路合并是指在流程中某点,两条或更多分支无同步再收敛。若多于一个分支被激活,可能同时被激活,任务后的合并对于每条流入的激活分支都响应一次。

<div class="code_title">java 代码
页: [1]
查看完整版本: jbpm 与工作流模式 多路聚合(Multiple Merge)