Custom Transition Strategies
Key Terms
Transition rule - whether an entity will be transitioned
Transition strategy - how an entity will be transitioned
![]() |
ESP comes with the following built-in transition strategies:
Resubmit - traverse the workflow chain instance tree to find the originating entity in the upstream node, and (re)submit that entity to the node. Should only be used when “backtracking” a process.
Identity - the entities at the end of workflow 1 will be the entities that start workflow 2.
Create Sample - Create one or more children of the entity in workflow 1 and put the children in workflow 2.