Skip to content

dag-runtime / Exports / IStartRunInput

Interface: IStartRunInput

Input parameters for initiating a DAG run.

Table of contents

Properties

Properties

dagId

dagId: string

Defined in

services/run-orchestrator-service.ts:20


version

Optional version: number

Defined in

services/run-orchestrator-service.ts:21


trigger

trigger: TDagTriggerType

Defined in

services/run-orchestrator-service.ts:22


logicalDate

Optional logicalDate: string

Defined in

services/run-orchestrator-service.ts:23


rerunKey

Optional rerunKey: string

Defined in

services/run-orchestrator-service.ts:24


input

input: TPortPayload

Defined in

services/run-orchestrator-service.ts:25

Released under the MIT License.