FlowObjectHasMessageOptions Constructors
An object defining constructors for the FlowObjectHasMessageOptions class.
FlowObjectHasMessageOptions(name, workflowData, workflowCodeInstance)
Constructor for the FlowObjectHasMessageOptions class. Initializes a new instance of the FlowObjectHasMessageOptions class.
Parameters:
name (required): string
The name of the flow object.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.
FlowObjectHasMessageOptions(name,workflowData,workflowCodeInstance)
Initializes a new instance of the FlowObjectHasMessageOptions class.
Parameters:
name (required): string
The name of the workflow object.
workflowData (required): IRuntimeWorkflowData
The runtime workflow data.
workflowCodeInstance (optional): IWorkflowCode
The workflow code instance.