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");