Skip to main content

Interface: StorageDriverWorkflowInfo

common.StorageDriverWorkflowInfo

Workflow identity information passed to a storage driver.

Properties

id

Optional Readonly id: string

The workflow ID.


kind

Readonly kind: "workflow"


namespace

Readonly namespace: string

The namespace of the workflow execution.


runId

Optional Readonly runId: string

The workflow run ID, if available.


type

Optional Readonly type: string

The workflow type name, if available.