Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


The Branching

Jira
showSummaryfalse
serverIssue Tracker (JIRA)
serverId85506ce4-3cb3-3d91-85ee-f633aaaf4a45
keyODM2DEV-65
describes the branching in a workflow from a source (start) structural element to two or more target structural elements, over a "Transition" element.

TODO? Add a picture , like with "Structural Element A", "Transition A to Branching", "Branching", "Transition Branching to Structural Element B", "Structural Element B", "Default Transition Branching to Structural Element C", "Structural Element C"
TODO: Add coding snippet or example file reference Physio_Underwater_Therapy_BPMN_to_ODMv2_Workflow.xml

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.
The conditions for following one branch or several of them are defined at the level of the TargetTransition and DefaultTransition elements.

...