
Conductor Script Commands
Object Class
Class | Value | Description |
|
|
|
Session | 1 | Events involving sessions |
Process instance | 2 | Events involving process instances |
Activity | 3 | Events involving activities |
Engine | 4 | Events involving engine objects |
Timer | 5 | Events involving timers |
Registration | 6 | Events involving registrations |
|
|
|
Object Instance
This element specifies a particular instance identification, if
Class | Instance Identification |
|
|
Session | session_id |
Process instance | process_id |
Activity | process_id and activity_id |
|
|
Operators
The table below shows the different operators that can be used with the filter elements to specify the filter criteria. The two unary operators at the top of the table have higher priority than the binary operators that follow, which have higher priority than the logical operators at the bottom of the table.
Operator | Meaning |
|
|
? | instance identification present (in the event) |
~ | instance identification not present (in the event) |
= | equal |
<> | not equal |
< | less than |
|
|