Skip to main content

FlowMail Constructors

An object defining constructors for the FlowMail class.

FlowMail(name, workflowData, workflowCodeInstance)

Constructor for the FlowMail class. Initializes a new instance of the FlowMail 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.


FlowMail(name, workflowData, workflowCodeInstance)

Initializes a new instance of the FlowMail class.

Parameters:

name (required): string
The name of the workflow mail step.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data required for the mail step.

workflowCodeInstance (optional): IWorkflowCode
Optional workflow code instance for workflow-related operations.


FlowMail(name,workflowData,workflowCodeInstance)

Initializes a new instance of the FlowMail 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.