Interface: StepTraceEntry
Defined in: packages/core/src/pipeline/errors.ts:10
Step trace entry for error reporting
Properties
branch?
optionalbranch?:string
Defined in: packages/core/src/pipeline/errors.ts:21
Branch taken (for conditional steps: 'onPass' or 'onFail')
index
index:
number
Defined in: packages/core/src/pipeline/errors.ts:12
Step index in pipeline
name
name:
string
Defined in: packages/core/src/pipeline/errors.ts:15
Step name or identifier
type
type:
string
Defined in: packages/core/src/pipeline/errors.ts:18
Step type (conditional, loop, parallel, route, processable)