Transition (Lifecycle)
A transition is what enables a document to go from one state to another in a lifecycle.
Studio documentation about transitions in lifecycle:
Developer documentation about transitions in lifecycle:
Transition (Workflow)
In the workflow terminology, a transition is what links two nodes in the graph of a workflow model. A transition is always associated to a condition. When there is a transition between nodes n1 and n2, the workflow engine will check if the transition condition is evaluated to true. If yes, it will execute n2 immediately after n1 is processed.
Studio documentation about transitions in workflow:
- Node Transitions Tab and more generally Workflow pages
- How to Follow a Transition If User Is Member of a Group
- Simple Workflow Example
- Workflow Escalation Rules Example
Developer documentation about transitions in workflows:
- Workflow Node Properties and more generally Workflow pages