A.1.1.4 Saga Participant States
The DBA_SAGA_PARTICIPANT_SET
view shows the state of a
participant once it is associated with a Saga. The participant transitions through
the following states:
State | Description |
---|---|
Joined |
The participant has |
Committed/Rolledback |
The Saga has been finalized by the participant. |
Committed/Rollback Failed |
The Saga finalization has failed. |
Auto Rolledback |
The Saga has been automatically rolled back as it exceeded its duration. |
Rejected |
The participant has rejected the join Saga request. |