Skip to main content

Interface: $Properties

v1.WorkflowDefinition.$Properties

Properties of a WorkflowDefinition.

Hierarchy

Properties

queryDefinitions

Optional queryDefinitions: null | $Properties[]

Query definitions, sorted by name.


signalDefinitions

Optional signalDefinitions: null | $Properties[]

Signal definitions, sorted by name.


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.


updateDefinitions

Optional updateDefinitions: null | $Properties[]

Update definitions, sorted by name.