Class SlaEscalationJobHandler

java.lang.Object
com.flowable.platform.service.jobhandler.BaseSlaJobHandler
com.flowable.platform.service.jobhandler.SlaEscalationJobHandler
All Implemented Interfaces:
org.flowable.job.service.JobHandler

public class SlaEscalationJobHandler extends BaseSlaJobHandler
A job handler handling SLA based escalation steps for tasks.
  • Field Details

  • Constructor Details

    • SlaEscalationJobHandler

      public SlaEscalationJobHandler()
  • Method Details

    • getType

      public String getType()
    • execute

      public void execute(org.flowable.job.service.impl.persistence.entity.JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • executeEscalationStep

      protected void executeEscalationStep(org.flowable.engine.impl.persistence.entity.ExecutionEntity instance, EscalationDefinition escalationDefinition, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • executeEscalationStep

      protected void executeEscalationStep(org.flowable.cmmn.engine.impl.persistence.entity.CaseInstanceEntity caseInstance, EscalationDefinition escalationDefinition, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • executeEscalationStep

      protected void executeEscalationStep(org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity, EscalationDefinition escalationDefinition, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)