/
WorkflowNameFilter Class

WorkflowNameFilter Class

First Added: GlobalCapture 2.3.0.124

Represents a process filter by workflow name.


public class WorkflowNameFilter : ProcessFilter

Example

The following example demonstrates constructing a WorkflowNameFilter that matches the workflow name "Example Workflow".

var workflowNameFilter = new WorkflowNameFilter("Example Workflow");

Constructors

Initializes a new instance of the WorkflowNameFilter class with a specified workflow name.


Properties

string WorkflowName

Name of the workflow to match.

Related content

WorkflowNameFilter(string) Constructor
WorkflowNameFilter(string) Constructor
More like this
ProcessTypeFilter Class
ProcessTypeFilter Class
More like this
ProcessTypeFilter(ProcessType) Constructor
ProcessTypeFilter(ProcessType) Constructor
More like this
GetProcessesByWorkflowName Method
GetProcessesByWorkflowName Method
More like this
StatusFilter Class
StatusFilter Class
More like this
PropertyFilter Class
PropertyFilter Class
More like this