Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
First Added: GlobalCapture 2.3.0.124

Excerpt

Represents a process filter by workflow name.



Code Block
public class WorkflowNameFilter : ProcessFilter

Example

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

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

Constructors

Insert excerpt
WorkflowNameFilter(string) Constructor
WorkflowNameFilter(string) Constructor
nopaneltrue

Properties

string WorkflowName

Name of the workflow to match.