Class BatchDeleteCaseConfig


  • public class BatchDeleteCaseConfig
    extends Object
    Author:
    Filip Hrisafov
    • Field Detail

      • batch

        protected final org.flowable.batch.api.Batch batch
      • batchPart

        protected final org.flowable.batch.api.BatchPart batchPart
      • error

        protected final String error
      • sequentialExecution

        protected final boolean sequentialExecution
      • batchSize

        protected int batchSize
    • Constructor Detail

      • BatchDeleteCaseConfig

        protected BatchDeleteCaseConfig​(org.flowable.batch.api.Batch batch,
                                        org.flowable.batch.api.BatchPart batchPart,
                                        String error,
                                        boolean sequentialExecution)