Skip to content

dag-runtime / Exports / IRunQueryResult

Interface: IRunQueryResult

Composite query result containing a DAG run and its associated task runs.

Table of contents

Properties

Properties

dagRun

dagRun: IDagRun

Defined in

services/run-query-service.ts:12


taskRuns

taskRuns: ITaskRun[]

Defined in

services/run-query-service.ts:13

Released under the MIT License.