Interface JobContext

All Known Implementing Classes:
ActiveJobContext

public interface JobContext
  • Method Details

    • jobKey

      long jobKey()
    • jobName

      String jobName()
    • jobType

      String jobType()
    • jobWorker

      String jobWorker()
    • tenantId

      String tenantId()
    • processId

      String processId()
    • processInstanceKey

      long processInstanceKey()
    • processDefinitionVersion

      int processDefinitionVersion()
    • processDefinitionKey

      long processDefinitionKey()
    • elementId

      String elementId()
    • elementInstanceKey

      long elementInstanceKey()
    • headers

      Map<String,String> headers()
    • retryCount

      int retryCount()
    • deadline

      Instant deadline()
    • deadlineAsMillis

      long deadlineAsMillis()
    • variablesAsString

      String variablesAsString()