state_machine_sm_can
Check if a transition to a specified state is currently allowed in a state machine. Returns whether the transition is permitted.
Instructions
[state_machine] Check if a transition to to_state is currently allowed. Returns {allowed: bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| to_state | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |