Workflow Transition
Name: workflowTransition
Property | Description |
---|---|
id | The ID of the route that was fired |
fromNodeId | The ID of the node from which the transition starts |
toNodeId | The ID of the node to which the transition ends |
Example:
The workflow is transitioning from node {{ transition.fromNodeId }} to node {{transition.toNodeId}}
via route {{transition.id}}.