Table of Contents

Property Completed

Namespace
Millrace.Workflows
Assembly
Millrace.dll

Completed

Steps completed so far, oldest first. Compensation walks this backwards.

public IReadOnlyList<string> Completed { get; init; }

Property Value

IReadOnlyList<string>

Remarks

Recorded as steps succeed rather than derived from the graph, because which steps ran depends on the data — a saga containing a branch does not have one fixed step list.