Managing Process Execution with Conductor Script
254
iPlanet Integration Server • Process System Guide • August 2001
Managing Timers
➤
To check the status of a timer
1.
Use the
FindEngine
command to make a particular engine current.
2.
Use the
ListTimers
command to display a list of timers in the current engine.
3.
Use the
CreateFilter
command to filter the list of timers, if desired.
4.
Use the
ListTimers
command to display a list of filtered timers.
5.
Use the
ShowTimer
command to display information about a particular timer.
The output shows information about the timer, its state and its expiration time.
➤
To change the state of a timer or change its expiration time
1.
Display a list of timers as described in
Step 1
through
Step 4
above.
2.
Use the
ShowTimer
command to display information about a particular timer.
3.
Use the
SetTimer
,
SetTimerDeadline
, or
SetTimerElapsed
command to turn
a timer on or off, or to change the expiration date or time, depending on
whether the timer is a deadline timer or an elapsed timer.
Managing Process Attributes
➤
To check the value or lock state of a process attribute
1.
Use the
FindEngine
command to make a particular engine current.
2.
Use the
ListProcesses
command to display a list of process instances in the
current engine.
3.
Use the
CreateFilter
command to filter the list of process instances, if
desired.
4.
Use the
ListProcesses
command to display a list of filtered process instances.
5.
Use the
ShowProcess
command to display information about a particular
process instance.
The output shows information about the process attributes of the process
instance.
Summary of Contents for iPlanet Integration Server 3.0
Page 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Page 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Page 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Page 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Page 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Page 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Page 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...