Skip to main content

Interface: DSLPipelineState

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

State for a pipeline defined in DSL

Properties

botNames

botNames: string[]

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

Bot names involved in this pipeline


name

name: string

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

Pipeline name from DSL definition


status

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

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

Current execution status


structure?

optional structure?: PipelineStructure

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

Full nested structure for UI display


structureType

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

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

Structure type for display visualization