Process Execution
172
iPlanet Integration Server • Process System Guide • August 2001
Completed Activities
When an engine places an activity in a COMPLETED state, the engine performs the
following actions:
•
executes the activity’s OnComplete method, if one is specified in the process
definition
•
executes the activity’s OnComplete router methods
•
checks for a process stall condition—when no other activities are in an ACTIVE
or READY state (that is, all are either COMPLETED or PENDING) and no
timers are active—and aborts the process instance if a stall condition is
detected
•
deletes the COMPLETED activity from state information
In the case of a Last activity, however, instead of performing the above actions, the
engine places the process directly in a COMPLETED state.
Aborted Activities
When an engine places an activity in an ABORTED state, the engine performs the
following actions:
•
executes the activity’s OnAbort method, if one is specified in the process
definition
•
executes the activity’s OnAbort router methods—if none are specified, the
engine will, by default, abort the process instance
•
checks for a process stall condition (no other activities are in an ACTIVE or
READY state—that is, all are either COMPLETED or PENDING—and no
timers are active) and aborts the process instance if a stall condition is detected
•
deletes the ABORTED activity from state information
In the case of First and Last activities, however, the activities cannot reach an
ABORTED state, since they proceed directly to a COMPLETED state.
Содержание iPlanet Integration Server 3.0
Страница 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Страница 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Страница 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Страница 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Страница 82: ...iIS Console Main Window Command Summary 82 iPlanet Integration Server Process System Guide August 2001...
Страница 156: ...Performing Application Upgrades 156 iPlanet Integration Server Process System Guide August 2001...
Страница 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Страница 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Страница 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...