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

Compare with Current View Page History

Version 1 Current »

TargetTransition provides a reference to a Transition element that is the target of a branching.

Element NameTargetTransition
Parent ElementsBranching
Element XPath(s)

/ODM/Study/MetaDataVersion/Protocol/WorkflowDef/Branching/TargetTransition

Element Textual ValueNone
AttributesTransitionOID, ConditionOID
Child ElementsNone
Usage/Business Rules


AttributeSchema Datatype or EnumerationUsageDefinitionBusiness Rule(s)
TargetTransitionOIDoidrefRequiredReference to the Transition that is one of the targets of the branching.
  • The TargetTransitionOID attibute must match the OID attribute of a Transition element in the Study/MetaDataVersion.
ConditionOIDoidrefRequired

Reference to a ConditionDef defining the condition under which the transition must be executed.

The ConditionOID references a ConditionDef element defining a condition that needs to be evaluated at the time of entering the branching state. When the condition evaluates to true, the branch is entered.

  • The ConditionOID must match the OID attribute of a ConditionDef element in the Study/MetaDataVersion.

  • No labels