The activity monitor filter sorts the list of processes returned, not the activities within the process. The localhost stores the filters, which allows any member of the localhost to use them. BPM Admin provides you with two default filters, All and Today.
The filter uses three case-insensitive parameter tokens: @Today, @Now, and @Me. For example, if you want to sort a filter for processes from last week, the expression could appear as: Start>=@Today-7.
To create a monitor filter, complete the following steps:
- Open BPM Admin.
- From the left pane, double-click the Environments folder. A folder with the name of your runtime environment is displayed.
- Double-click the folder with the name of your runtime environment. The Activity Monitor and Services folders are displayed.
- Right click the Activity Monitor folder and click New. The New Monitor window is displayed.
- Type a new name for the activity monitor filter in the Monitor Name field.
- Select a field and operator from the Field and Operator columns, respectively. Refer to the following table for details on the available fields and operators:
Field |
Type |
Operators |
PublishSetID |
Guid |
=, <>, Not In |
SolutionID |
Guid |
=, <>, In, Not In |
SolutionName |
String |
=, <>, Like, Not Like, In, Not In |
RunspaceID |
Guid |
|
ProcessDefinitionID |
Guid |
|
ParentProcessInstanceID |
Guid |
|
ParentActivityInstanceID |
Guid |
|
ProcessInstanceID |
Guid |
|
ProcessInstanceName |
String |
=, <>, Like, Not Like, In, Not In |
ProcessInstanceState |
Integer |
=, <>, >, <, >=, <=, In, Not In |
Start |
DateTime |
=, <>, >, <, >=, <=, In, Not In |
Modified |
DateTime |
=, <>, >, <, >=, <=, In, Not In |
End |
DateTime |
=, <>, >, <, >=, <=, In, Not In |
Duration |
Integer (minutes) |
|
StartedBy |
String |
|
- Type or select the appropriate information in the Value column.
Note: |
If you chose to monitor the Start or End, the format for the Value column should be mm/dd/yyyy. If you chose to monitor the ProcessInstanceState, use the input field editor to select a state. If you chose to monitor the Duration, the format for the Value column should be mm.ss. |
- Click OK. You created a monitor filter.
Note: |
You can add multiple criteria to the filter. |