Class IncidentProcessAgendaOperationRunner

java.lang.Object
com.flowable.app.engine.impl.agenda.IncidentProcessAgendaOperationRunner
All Implemented Interfaces:
org.flowable.common.engine.impl.agenda.AgendaOperationRunner

public class IncidentProcessAgendaOperationRunner extends Object implements org.flowable.common.engine.impl.agenda.AgendaOperationRunner
  • Constructor Details

    • IncidentProcessAgendaOperationRunner

      public IncidentProcessAgendaOperationRunner()
  • Method Details

    • executeOperation

      public void executeOperation(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable)
      Specified by:
      executeOperation in interface org.flowable.common.engine.impl.agenda.AgendaOperationRunner
    • saveExceptionToIncident

      protected void saveExceptionToIncident(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable, Exception exception)
    • getRootEntityLinkInfo

      protected org.apache.commons.lang3.tuple.Pair<String,String> getRootEntityLinkInfo(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity)