Skip to main content

Interface: DSLPipelineState

Defined in: packages/core/src/stream-segments/types.ts:203

State for a pipeline defined in DSL

Properties

botNames

botNames: string[]

Defined in: packages/core/src/stream-segments/types.ts:211

Bot names involved in this pipeline


name

name: string

Defined in: packages/core/src/stream-segments/types.ts:205

Pipeline name from DSL definition


status

status: "completed" | "running" | "failed" | "pending"

Defined in: packages/core/src/stream-segments/types.ts:213

Current execution status


structure?

optional structure?: PipelineStructure

Defined in: packages/core/src/stream-segments/types.ts:209

Full nested structure for UI display


structureType

structureType: "sequential" | "parallel" | "conditional" | "loop"

Defined in: packages/core/src/stream-segments/types.ts:207

Structure type for display visualization