Skip to main content

Interface: IWorkflowDefinition

sdk.v1.IWorkflowDefinition

Properties of a WorkflowDefinition.

Hierarchy

Properties

queryDefinitions

Optional queryDefinitions: null | $Properties[]

Query definitions, sorted by name.

Inherited from

$Properties.queryDefinitions


signalDefinitions

Optional signalDefinitions: null | $Properties[]

Signal definitions, sorted by name.

Inherited from

$Properties.signalDefinitions


type

Optional type: null | string

A name scoped by the task queue that maps to this workflow definition. If missing, this workflow is a dynamic workflow.

Inherited from

$Properties.type


updateDefinitions

Optional updateDefinitions: null | $Properties[]

Update definitions, sorted by name.

Inherited from

$Properties.updateDefinitions