Managing Process Execution with Conductor Script
Chapter 8 Using the Conductor Script Utility 257
ListFilters —— List all existing event filters for the
current engine.
page289
ListProcesses [short],
[name process_name]
List process instances for a specified
process (or all process instances) i n the
current engine, or list a summary of
process instances by process name.
page289
ListTimers —— List all timers in the current engine. page291
ReadyActivity process_id,
activity_name
Change the state of the specified activity
from PENDING to READY.
page293
RemoveReadLock process_id
attribute_name
Remove a shared lock on the specified
process attribute.
page297
RemoveWriteLock process_id
attribute_name
Remove an exclusive lock on the
specified process attribute.
page297
RollbackActivity process_id
activity_name
Change the state of the specified activity
from ACTIVE to READY.
page298
SetAttributeValue process_id
attribute_name
attribute_type
value
Set the value of the specified attribute
for a specified process instance.
page300
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.
page301
SetTimer process_id
timer_name
state
[reset_control]
Set the specified timer to the specified
state (ON, OFF, or no change) and
resume operation (or reset the timer)
page302
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.
page303
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.
page304
ShowActivity process_id,
activity_name
Show details of the specified activity. page304
Command Arguments Function See