Skip to main content

Interface: ShadowIssue

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:66

One reason a candidate definition could not have executed a recorded run.

Properties​

after?​

readonly optional after?: unknown

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:72


before?​

readonly optional before?: unknown

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:71


code​

readonly code: ShadowIssueCode

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:67


message​

readonly message: string

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:70

A complete sentence naming the run, the stage and the change.


stageId?​

readonly optional stageId?: string

Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:68