Skip to content

dag-runtime / Exports / IStartRunResult

Interface: IStartRunResult

Result returned after a DAG run is fully started with entry tasks dispatched.

Table of contents

Properties

Properties

dagRunId

dagRunId: string

Defined in

services/run-orchestrator-service.ts:39


dagId

dagId: string

Defined in

services/run-orchestrator-service.ts:40


version

version: number

Defined in

services/run-orchestrator-service.ts:41


logicalDate

logicalDate: string

Defined in

services/run-orchestrator-service.ts:42


taskRunIds

taskRunIds: string[]

Defined in

services/run-orchestrator-service.ts:43

Released under the MIT License.