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