Tablet Accessory User Manual

Conductor Script Commands
Appendix A Conductor Script Commands 305
The ShowActivity command displays the following information:
activity name
activity ID
process name
process ID
activity state
activity type
application description
list of sessions for which activity is on session activity list, displaying session
ID
list of process attributes, displaying: attribute name, attribute type, attribute
value, attribute lock status
list of timer links, displaying: timer link name, activity state, timer state, value
You can use the
ListActivities Script command to display a list of activities in
the engine before selecting the activity to display.
ShowActivityQueue
The ShowActivityQueue command displays the contents either of the specified
queue or of all queues for a given process definition executed by the current
engine.
ShowActivityQueue process_name [queue_name]
The ShowActivityQueue command is available only when an engine is current, so
you must first use the
FindEngine Script command to set the current engine.
Argument Description
process_name The name of the process definition in which the queued activity is
defined.
queue_name The name of the specified activity queue (the same as the name of the
queued activity). If not specified, then the contents of all queues for
the specified process are displayed.