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

Compare with Current View Page History

« Previous Version 8 Next »

Element NameBranching
Parent ElementsWorkflowDef
Element XPath(s)

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

Element Textual ValueNone
AttributesOID, Name,Type
Child Elements

(TargetTransition+, DefaultTransition?)

  • The DefaultTransition will be followed when none of the TargetTransitions can be executed due to not fulfilling their associated conditions.
  • When source and target are the same structural element, this represents a loop or repetition of the structural element. As such, the Branching element must also be used to represent "repeat until" activities.
Usage/Business Rules
  • Business Rule(s):
    • If more than one TargetTransition element is provided, the conditionality tests must be executed in the order the elements are provided.
  • No labels