Interfaces

WalkRow

Interface: WalkRow

Defined in: src/core/runbook/walk.ts:43

One walk row — plain data by construction (every field projected).

Properties

depth

readonly depth: number

Defined in: src/core/runbook/walk.ts:46


runtime_stage_id

readonly runtime_stage_id: string | null

Defined in: src/core/runbook/walk.ts:49


stage

readonly stage: string | null

Defined in: src/core/runbook/walk.ts:47


stage_id

readonly stage_id: string | null

Defined in: src/core/runbook/walk.ts:48


step

readonly step: number

Defined in: src/core/runbook/walk.ts:44


subflow

readonly subflow: string | null

Defined in: src/core/runbook/walk.ts:50


text

readonly text: string

Defined in: src/core/runbook/walk.ts:51


type

readonly type: string

Defined in: src/core/runbook/walk.ts:45

On this page