Tablet Accessory User Manual

Conductor Script Commands
Appendix A Conductor Script Commands 281
Examples
Some example filter expressions follow:
When the
CreateFilter command sets up the filter as specified, events that satisfy
the filter expression are printed to the screen.
DelegateActivity
The DelegateActivity command delegates the specified offered activity to other
users using the specified delegation assignment rule.
DelegateActivity process_id activity_id state delegation_rule
[user_name [other_info]]
> greater than
<= less than or equal to
>= greater than or equal to
and logical and
or logical or
not logical not
Filter Expression Meaning
class = 1 and name = Session1 Filter all events from the session whose name is
Session1.
type =1 and class = 2 Filter all process creations.
type = 4 Filter all alarms.
class = 3 and process_id = 45 Filter all events from the activities of process 45.
Argument Description
process_id The process instance in which the activity was created.
activity_id The activity instance to be delegated.
Operator Meaning