History description 2014-03-26: Lock all vaue sets untouched since 2014-03-26 to trackingId 2014T1_2014_03_26
description:
A code specifying how concurrent Acts are resynchronized in a parallel branch construct.
Discussion: This attribute is part of the workflow control suite of attributes. An action plan
is a composite Act with component Acts. In a sequential plan, each component has a
sequenceNumber that specifies the ordering of the plan steps. Branches exist when
multiple components have the same sequenceNumber. Branches are parallel if the splitCode
specifies that more than one branch can be executed at the same time. The joinCode
then specifies if and how the braches are resynchronized.
The principal re-synchronization actions are (1) the control flow waits for a branch
to terminate (wait-branch), (2) the branch that is not yet terminated is aborted (kill-branch),
(3) the branch is not re-synchronized at all and continues in parallel (detached branch).
A kill branch is only executed if there is at least one active wait (or exclusive
wait) branch. If there is no other wait branch active, a kill branch is not started
at all (rather than being aborted shortly after it is started.) Since a detached branch
is unrelated to all other branches, active detached branches do not protect a kill-branch
from being aborted.
|