All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.bonita.facade.runtime.package.html Maven / Gradle / Ivy




  
  package.html


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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy