Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

  • No labels