Package org.ow2.bonita.facade.runtime

It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook.

See:
          Description

Interface Summary
ActivityBody Runtime (recorded) data concerning activities is divided in a common part and a body.
ActivityInstance<T extends ActivityBody> Runtime (recorded) data concerning activities is divided in a common part and a body.
AssignUpdate Interface for getting recorded (runtime) information for assignment change on task.
AutomaticBody Interface for the body of Automatic activity (the activity is automatically executed by the engine).
HookInstance Interface to get recorded (runtime) information on Hook in order to debug.
InstanceStateUpdate Interface providing methods to get informations about state changes of the process instance.
ProcessInstance Interface for getting recorded (runtime) information on process instance.
RouteBody Interface is for the body of Route activity.
RuntimeRecord Interface for getting recorded (runtime) information common to ProcessInstance and ActivityInstance.
StateUpdate Interface for getting recorded (runtime) information for state change on task.
SubflowBody Interface for the body of Subflow activity.
TaskInstance Interface for the body of task activity (aka Manual activity).
Update Interface providing common methods to get informations about state and assignment changes of the task.
VariableUpdate Interface for getting recorded runtime information on variable update.
 

Enum Summary
ActivityState Possible states of task.
InstanceState Possible state of process instance.
 

Package org.ow2.bonita.facade.runtime Description

It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook.

Three main types of recorded informations exist: For this version, recorded informations on activity contains two types of body:

It contains also interfaces used internally by the engine (ActivityFullInst, ProcessFullInst).



Copyright © 2009 OW2 Consortium. All Rights Reserved.