The event consumed by the machine in the last session
Machine definition string
Optional reference to parent orchestration subject
Rvents produced by the machine in the last session
XState snapshot representing the machine's current state
Current execution status of the machine. The status field represents the current state of the machine's lifecycle. While commonly used values are:
Due to XState dependency, the status can be any string value defined in the state machine definition. This allows for custom states specific to the business logic implemented in the state machine.
Unique identifier for the machine instance
Current value stored in the machine state
Represents the state record stored in machine memory.