Class DeleteHistoricCaseInstancesSequentialJobHandler

  • All Implemented Interfaces:
    JobHandler

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

      • DeleteHistoricCaseInstancesSequentialJobHandler

        public DeleteHistoricCaseInstancesSequentialJobHandler()
    • 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)
      • completeBatch

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