Class ZeebeJobDelegateExecution

java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
All Implemented Interfaces:
Serializable, org.camunda.bpm.engine.delegate.BaseDelegateExecution, org.camunda.bpm.engine.delegate.BpmnModelExecutionContext, org.camunda.bpm.engine.delegate.DelegateExecution, org.camunda.bpm.engine.delegate.ProcessEngineServicesAware, org.camunda.bpm.engine.delegate.VariableScope, org.camunda.bpm.engine.impl.core.variable.event.VariableEventDispatcher

public class ZeebeJobDelegateExecution extends AbstractDelegateExecution
DelegateExecution implementation that can be initialized with an ActivatedJob and provides all methods required for executing a JavaDelegate as part of an job worker.
Author:
Falko Menge (Camunda)
See Also:
  • Constructor Details

    • ZeebeJobDelegateExecution

      public ZeebeJobDelegateExecution(io.camunda.zeebe.client.api.response.ActivatedJob job)
  • Method Details

    • getProcessInstanceId

      public String getProcessInstanceId()
    • getProcessDefinitionId

      public String getProcessDefinitionId()
    • getCurrentActivityId

      public String getCurrentActivityId()
    • getActivityInstanceId

      public String getActivityInstanceId()
    • getTenantId

      public String getTenantId()
    • getId

      public String getId()