Interface WorkflowContext

All Known Implementing Classes:
WorkflowService

public interface WorkflowContext
This WorkflowContext provides the WorkflowKernel with a runtime environment for the processing life cycle of a workitem. A Workflow Engine implements this Interface to provide a ModelManger and the session context to execute Plugin and Adapter classes.
Version:
1.0
Author:
imixs.com
See Also:
  • Method Details

    • getSessionContext

      Object getSessionContext()
      This methode returns the Runtime environment for a workflow Implementation used to execute Plugin and Adapter classes.
      Returns:
      a Session Object
    • getModelManager

      ModelManager getModelManager()
      This method returns an instance of the ModelManager to access model information form a BPMN model.
      Returns:
      ModelManager