Branching Workflow Example
An example of a branching workflow.
In the following example, State A branches:

In the Blueprint interface, users would have one of two Transitions to choose from in the Workflow drop-down. The following Workflow XML represents the above diagram:

Branching is implicitly defined in the Workflow:
- (A) State A's name (which is conveniently "State A") is directly referenced in Transitions.
- (B) The
FromStatefor this particular Transition is State A, and flows to State B. - (C) The
FromStatefor this Transition is also State A, but the Transition flows to State C.
When a State is referenced more than once in aFromState, that means it presents Transitions to multiple States.
How did we do?
Loopback Workflow Example
Trigger and Action Examples