SagaState<'SagaData, 'State>Record
PackageFCQRS
Represents the state of a saga instance.
<typeparam name="'SagaData">The type of the custom data held by the saga.</typeparam>
<typeparam name="'State">The type representing the saga's current state machine state (e.g., an enum or DU).</typeparam>
Fields
| Name | Type | Description |
|---|
| Data | Data | The custom data associated with this saga instance. |
| State | State | The current state machine state of the saga. |