Skip to main content
Skip table of contents

WorkflowNameFilter Class

First Added: GlobalCapture 2.3.0.124

Represents a process filter by workflow name.


CODE
public class WorkflowNameFilter : ProcessFilter

Example

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

CODE
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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.