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:
- {@link org.ow2.bonita.facade.runtime.ProcessInstance ProcessInstance}
- {@link org.ow2.bonita.facade.runtime.ActivityInstance ActivityInstance}
- {@link org.ow2.bonita.facade.runtime.HookInstance HookInstance}
For this version, recorded informations on activity contains two types of body:
- {@link org.ow2.bonita.facade.runtime.AutomaticBody AutomaticBody}.
This covers automatic, route, subflow activity.
- {@link org.ow2.bonita.facade.runtime.TaskInstance TaskInstance}.
This covers manual activity.
It contains also interfaces used internally by the engine (ActivityFullInst, ProcessFullInst).