Class: WorkflowDefinition
(-- api-linter: core::0203::optional=disabled --)
Implements
Constructors
constructor
• new WorkflowDefinition(properties?
): WorkflowDefinition
Constructs a new WorkflowDefinition.
Parameters
Name | Type | Description |
---|---|---|
properties? | IWorkflowDefinition | Properties to set |
Returns
Properties
queryDefinitions
• queryDefinitions: IWorkflowInteractionDefinition
[]
Query definitions, sorted by name.
Implementation of
IWorkflowDefinition.queryDefinitions
signalDefinitions
• signalDefinitions: IWorkflowInteractionDefinition
[]
Signal definitions, sorted by name.
Implementation of
IWorkflowDefinition.signalDefinitions
type
• type: string
A name scoped by the task queue that maps to this workflow definition. If missing, this workflow is a dynamic workflow.