You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Body:

EMPTY


Attributes:

OIDoid

Namename

SourceOIDoidref 
Reference to the source structural element
TargetOIDoidref
Reference to the target structural element
StartConditionOIDoidref(optional)Reference to a ConditionDef
EndConditionOIDoidref(optional)Reference to a ConditionDef


Contained in:

A Transition defines a transition that is not a branching between two structural elements in a workflow.

The SourceOID references the source (start) structural element of the transition.

The TargetOID references the target (end) structural element of the transition.

The StartConditionOID references a ConditionDef defining the condition under which the transition can be started. As long as the condition is not met, the transition must be considered to be temporary blocked.
When the prior structural element can be considered to be a "visit", the condition can be regarded as a visit exit criterion.

The EndConditionOID references a ConditionDef defining the condition under which the transition can be completed. As long as the condition is not met, the transition to the next actitivity or event must be considered to be temporary blocked. When the target structural element can be considered to be a "visit", the condition can be regarded as a visit entry criterion.

  • No labels