state_machine_sm_add_transition
Define allowed transitions between states in a state machine to model workflow logic and control state changes.
Instructions
[state_machine] Define an allowed transition from one state to another.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| from_state | Yes | ||
| to_state | Yes |