Skip to content

dag-core / Exports / ITaskRunTransitionValue

Interface: ITaskRunTransitionValue

Result of a successful task run state transition.

Table of contents

Properties

Properties

nextStatus

nextStatus: TTaskRunStatus

Defined in

state-machines/task-run-state-machine.ts:19


domainEvents

domainEvents: string[]

Defined in

state-machines/task-run-state-machine.ts:20

Released under the MIT License.