Managing Process Execution with Conductor Script
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.