state_machine_sm_add_transition
Add a named transition between two states in a state machine, specifying the source and target states to control allowed state changes.
Instructions
[state_machine] Define an allowed transition from one state to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| from_state | Yes | ||
| to_state | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |