Property SagaId
SagaId
The saga this node belongs to, assigned at compile time by walking each saga's body.
public string? SagaId { get; init; }
Property Value
Remarks
Computed rather than threaded through the running jobs: a failed step has to find its saga from the graph alone, because the job that failed carries only its own node id.