Class ComputeDeleteHistoricProcessInstanceIdsJobHandler

java.lang.Object
org.flowable.engine.impl.delete.ComputeDeleteHistoricProcessInstanceIdsJobHandler
All Implemented Interfaces:
JobHandler

public class ComputeDeleteHistoricProcessInstanceIdsJobHandler extends Object implements JobHandler
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

    • ComputeDeleteHistoricProcessInstanceIdsJobHandler

      public ComputeDeleteHistoricProcessInstanceIdsJobHandler()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface JobHandler
    • execute

      public void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
      Specified by:
      execute in interface JobHandler
    • failBatchPart

      protected void failBatchPart(ProcessEngineConfigurationImpl engineConfiguration, org.flowable.batch.api.BatchService batchService, org.flowable.batch.api.BatchPart batchPart, org.flowable.batch.api.Batch batch, String resultJson, boolean sequentialExecution)
    • completeBatch

      protected void completeBatch(org.flowable.batch.api.Batch batch, String status, ProcessEngineConfigurationImpl engineConfiguration)