Skip to main content

Interface: DSLPipelineState

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

State for a pipeline defined in DSL

Properties

botNames

botNames: string[]

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

Bot names involved in this pipeline


name

name: string

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

Pipeline name from DSL definition


status

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

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

Current execution status


structure?

optional structure?: PipelineStructure

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

Full nested structure for UI display


structureType

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

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

Structure type for display visualization