Class ComputeDeleteHistoricCaseInstanceIdsJobHandler

  • All Implemented Interfaces:
    JobHandler

    public class ComputeDeleteHistoricCaseInstanceIdsJobHandler
    extends Object
    implements JobHandler
    Author:
    Filip Hrisafov
    • Constructor Detail

      • ComputeDeleteHistoricCaseInstanceIdsJobHandler

        public ComputeDeleteHistoricCaseInstanceIdsJobHandler()
    • Method Detail

      • failBatchPart

        protected void failBatchPart​(CmmnEngineConfiguration 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,
                                     CmmnEngineConfiguration engineConfiguration)