Tablet Accessory User Manual
Conductor Script Command Summary
Appendix A Conductor Script Commands 267
Command Arguments Function See…
AbortActivity process_id,
activity_name
Place the specified activity in the
ABORTED state.
page 273
AbortAllProcesses —— Abort all process instances in the
current engine.
page 274
AbortProcess process_id Abort the specified process
instance.
page 274
BroadcastMessage message_text,
priority
Send a message with the specified
priority to all sessions connected to
the engine. The priority is a text
string meaningful to the receiver.
page 275
CommitTransaction session_ID
transaction_ID
Commits the in-progress iIS
transaction for the specified
session or transaction ID.
page 275
CompleteActivity process_id,
activity_name
Change the state of the specified
activity from ACTIVE to
COMPLETED.
page 276
ConsultActivity process_id,
activity_id
state
consultation_rule
return_rule
[user_name1]
[other_info1]
[user_name2]
[other_info2]
Delegate the specified activity (in
the specified state) to consultant
users using the specified
consultation assignment rule. A
consultant session returns the
activity using the return_rule
assignment rule. The user name
and other info strings are supplied
if required by the consultation and
return assignment rules.
page 276
CreateActivity process_id,
activity_name
Create an activity of the specified
name in the specified process
instance and place it in the
PENDING state.
page 276
CreateFilter time_interval
filter_expression
Create a filter for events posted on
the current engine object which
conform to the specified filter
expression.
page 279