Table of Contents

Property SagaId

Namespace
Millrace.Workflows
Assembly
Millrace.dll

SagaId

The saga this node belongs to, assigned at compile time by walking each saga's body.

public string? SagaId { get; init; }

Property Value

string

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.