Class ExecutionContext

Direct Known Subclasses:
BpmnExecutionContext

@Deprecated(forRemoval=true, since="1.0") public class ExecutionContext extends CoreExecutionContext<ExecutionEntity>
Deprecated, for removal: This API element is subject to removal in a future version.
An ExecutionEntity execution context. Provides access to the process instance and the deployment.
Author:
Tom Baeyens, Roman Smirnov, Daniel Meyer
  • Constructor Details

    • ExecutionContext

      public ExecutionContext(ExecutionEntity execution)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getProcessInstance

      public ExecutionEntity getProcessInstance()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getProcessDefinition

      public ProcessDefinitionEntity getProcessDefinition()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDeploymentId

      protected String getDeploymentId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getDeploymentId in class CoreExecutionContext<ExecutionEntity>