Custom Nodes Square9.CustomNode SDK Constructors Current: WorkflowNameFilter(string) Constructor WorkflowNameFilter(string) Constructor First Added: GlobalCapture 2.3.0.124Initializes a new instance of the WorkflowNameFilter class with a specified workflow name. public WorkflowNameFilter(string workflowName) CODE Parametersstring workflowNameName of the workflow to match. ExampleThe following example demonstrates constructing a WorkflowNameFilter that matches the workflow name "Example Workflow". var workflowNameFilter = new WorkflowNameFilter("Example Workflow"); CODE ×