Skip to main content

Interface: RunCreateResult

Defined in: packages/workflow-engine/src/kernel/commands.ts:53

Result of a run.create command.

Properties​

definitionVersion​

readonly definitionVersion: string | null

Defined in: packages/workflow-engine/src/kernel/commands.ts:60

The definition version the run is pinned to, or null on a database whose schema predates definition versioning.


status​

readonly status: "PENDING"

Defined in: packages/workflow-engine/src/kernel/commands.ts:55


workflowRunId​

readonly workflowRunId: string

Defined in: packages/workflow-engine/src/kernel/commands.ts:54