FlowCompare Constructors
An object defining constructors for the FlowCompare class.
FlowCompare(name, workflowData, workflowCodeInstance)
Creates an instance of the FlowCompare class.
Parameters:
name (required): string
The name of theFlowCompareinstance.
workflowData (required): IRuntimeWorkflowData
The workflow data used for theFlowCompareinstance.
workflowCodeInstance (optional): IWorkflowCode
The workflow code instance used for theFlowCompare.
FlowCompare(name, workflowData, workflowCodeInstance)
Constructor for the FlowCompare class. Initializes a new instance of the FlowCompare 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.