state_machine_sm_history
Access the history of a state machine by name. Specify the number of recent transitions to retrieve, returned in order with sequence, from state, to state, and timestamp.
Instructions
[state_machine] Return last n transitions as [{seq, from, to, timestamp}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |