Skip to content

dag-api / Exports / ICancelRunRequest

Interface: ICancelRunRequest

Request payload for cancelling an active DAG run.

Table of contents

Properties

Properties

dagRunId

dagRunId: string

Defined in

contracts/runtime-api.ts:24


correlationId

Optional correlationId: string

Defined in

contracts/runtime-api.ts:25

Released under the MIT License.