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  
ActivityFullInstance<T extends ActivityBody> This interface if dedicated to internal use.
ActivityInstance<T extends ActivityBody>  
AutomaticBody  
HookInstance  
ProcessFullInstance This interface if dedicated to internal use.
ProcessInstance  
RouteBody  
RuntimeRecord  
StateUpdate  
SubflowBody  
TaskInstance  
VariableUpdate  
 

Enum Summary
InstanceState  
TaskState  
 

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).