Conductor Script Commands

Operator

Meaning

 

 

>

greater than

<=

less than or equal to

>=

greater than or equal to

and

logical and

or

logical or

not

logical not

 

 

Examples

Some example filter expressions follow:

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.

 

 

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]]

Argument

Description

 

 

process_id

The process instance in which the activity was created.

activity_id

The activity instance to be delegated.

 

 

Appendix A Conductor Script Commands 281

Page 281
Image 281
Sun Microsystems 3 manual DelegateActivity, Examples