jbpm与工作流模式 同步汇聚(Synchronizing Merge)
同步汇聚(Synchronizing Merge)Description : A point in the workow process where multiple paths converge into one single
thread. If more than one path is taken, synchronization of the active threads needs to take place.
If only one path is taken, the alternative branches should reconverge without synchronization.
It is an assumption of this pattern that a branch that has already been activated, cannot be
activated again while the merge is still waiting for other branches to complete.
Synonyms Synchronizing join.
描述 : 流程中某点多条路径聚合成一个线程,若多于一条路径触发,则活动线程需同步;若仅
有一条路径触发,则可选分支应再收敛,无需同步.
同义词: Synchronizing join.
<div class="code_title">java 代码
页:
[1]