fsm_transition
Advance a finite state machine to a new state by writing transitions to the blackboard for AI workflow orchestration.
Instructions
Manually advance an FSM (Finite State Machine) to a new state by writing the transition to the blackboard.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fsm_id | Yes | FSM identifier (e.g. "order_pipeline", "code_review_workflow") | |
| new_state | Yes | The state to transition to | |
| metadata_json | No | Optional JSON metadata to attach to the transition | |
| agent_id | Yes | Agent performing the transition (for audit) |