Function: createMockStepLedger()
createMockStepLedger(
inner,clock):MockStepLedger
Defined in: packages/workflow-engine/src/testing/mock-step-ledger.ts:122
Wraps a StepLedger so step outcomes can be seeded before a run and read
back after one.
Seeds match by step id across every stage: a step id is unique within a stage, so this only matters when two stages deliberately reuse one, and then the seed applies to whichever claims it first.