Skip to main content

FlowAnd Constructors

An object defining constructors for the FlowAnd class.

FlowAnd(name, workflowData, workflowCodeInstance)

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


FlowAnd(name, workflowData, workflowCodeInstance)

Initializes a new instance of the FlowAnd class.

Parameters:

name (required): string
The name of the FlowAnd step.

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

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