Header menu logo FCQRS

SagaState<'SagaData, 'State> Type

Represents the state of a saga instance. The type of the custom data held by the saga. The type representing the saga's current state machine state (e.g., an enum or DU).

Record fields

Record Field Description

Data

Full Usage: Data

Field type: 'SagaData

The custom data associated with this saga instance.

Field type: 'SagaData

State

Full Usage: State

Field type: 'State

The current state machine state of the saga.

Field type: 'State

Type something to start searching.