Default value: True
When an AgileShape has multiple direct predecessors (i.e. it has
multiple In-Connectors leading directly from other AgileShapes), this property
determines how many of the predecessor AgileShapes must be exited (at runtime)
before this AgileShape can be entered (at runtime). This property can be set to
the following specific values:
- True - This
value indicates that the And AgileShape will be entered after one of the
AgileShape's "enterable" direct predecessors are exited (at runtime). If any of
the direct predecessors are un-enterable (e.g. they will never be entered in
this process instance because conditional logic in the process bypassed them),
then those predecessors are not required to be exited before this AgileShape is
entered and the process proceeds.
- False - This
value indicates that the AgileShape will be entered (at runtime) only after all
of the AgileShape's direct predecessors are exited (at runtime).
|