Skip to content

dag-api / Exports / IDagExecutionComposition

Interface: IDagExecutionComposition

Composed set of DAG execution services: orchestrator, query, cancel, worker, and event bus.

Table of contents

Properties

Properties

runOrchestrator

runOrchestrator: RunOrchestratorService

Defined in

composition/create-dag-execution-composition.ts:37


runQuery

runQuery: RunQueryService

Defined in

composition/create-dag-execution-composition.ts:38


runCancel

runCancel: RunCancelService

Defined in

composition/create-dag-execution-composition.ts:39


workerLoop

workerLoop: WorkerLoopService

Defined in

composition/create-dag-execution-composition.ts:40


runProgressEventBus

runProgressEventBus: IRunProgressEventBus

Defined in

composition/create-dag-execution-composition.ts:41

Released under the MIT License.