TransitionDefinition
TransitionDefinition
Section titled “TransitionDefinition”Definition of a state transition
Schema Viewer
Section titled “Schema Viewer”TransitionDefinition
Definition of a state transition
namestring
Name of the transition
nextstringrequired
Target state code for this transition
manualbooleanrequired
Whether this transition requires manual triggering
disabledboolean
Flag indicating if the transition is disabled
processorsarray
List of processors to execute for this transition
criterionQueryCondition
Criterion that must be met for this transition to be effective. Supported criterion types in workflows: 'group', 'simple', and 'function'.
Description
Section titled “Description”Definition of a state transition
Properties
Section titled “Properties”- name (string): Name of the transition
- next (string, required): Target state code for this transition
- manual (boolean, required): Whether this transition requires manual triggering
- disabled (boolean): Flag indicating if the transition is disabled
- processors (array): List of processors to execute for this transition
- criterion (object): Criterion that must be met for this transition to be effective. Supported criterion types in workflows: ‘group’, ‘simple’, and ‘function’.
Related Schemas
Section titled “Related Schemas”See other schemas in the common category.