Class CaseInstanceMigrationStatusJobHandler

java.lang.Object
org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
org.flowable.cmmn.engine.impl.job.CaseInstanceMigrationStatusJobHandler
All Implemented Interfaces:
JobHandler

public class CaseInstanceMigrationStatusJobHandler extends AbstractCaseInstanceMigrationJobHandler
  • Field Details

  • Constructor Details

    • CaseInstanceMigrationStatusJobHandler

      public CaseInstanceMigrationStatusJobHandler()
  • Method Details

    • getType

      public String getType()
    • execute

      public void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
    • updateBatchStatus

      protected void updateBatchStatus(org.flowable.batch.api.Batch batch, org.flowable.batch.api.BatchService batchService)