state_machine_sm_trigger
Transition a state machine to a specified state. Returns success with from/to states or failure with error details.
Instructions
[state_machine] Attempt to transition to to_state. Returns {ok: true, from, to} or {ok: false, error} if not allowed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| to_state | Yes |