Tablet Accessory User Manual
Conductor Script Command Summary
270 iPlanet Integration Server • Process System Guide • August 2001
SetQueuedActivity
Priority
process_id,
activity_id
prioritizing_value
Reprioritize activities in an activity
queue by setting the prioritizing
process attribute for a specified
activity to a specified value.
page 301
SetTimer process_id,
timer_name
state
[reset]
Set the specified timer to the
specified state (ON, OFF, or no
change) and resume operation (or
reset the timer)
page 302
SetTimerDeadline process_id,
timer_name
state
expiration_time
Set the specified deadline timer to
the specified state (ON, OFF, or no
change) and set a new expiration
time.
page 303
SetTimerElapsed process_id,
timer_name
state
time_interval
Set the specified elapsed timer to
the specified state (ON, OFF, or no
change) and set a new elapsed time
interval until expiration.
page 304
ShowActivity process_id,
activity_name
Show details of the specified
activity.
page 302
ShowActivityQueue process_name,
[queue_name]
Display the contents of the
specified queue (or all queues) for
the specified process in the current
engine.
page 305
ShowProcess process_id Show details of specified process
instance, including all activities
and the values of all process
attributes.
page 307
ShowSession session_id Show details of the given session,
including the activity list.
page 308
ShowTimer process_id,
timer_name
Show details of the specified timer. page 313
StartActivity process_id,
activity_name
session_id
Change the state of the specified
activity from READY to ACTIVE.
page 314
StartTimer process_id,
timer_name
Start the specified timer. Place it in
the ON state.
page 317
StopTimer process_id,
timer_name
Stop the specified timer. Place it in
the OFF state.
page 319
Command Arguments Function See…