Class ProcessInstanceMigrationStatusJobHandler

java.lang.Object
org.flowable.engine.impl.jobexecutor.AbstractProcessInstanceMigrationJobHandler
org.flowable.engine.impl.jobexecutor.ProcessInstanceMigrationStatusJobHandler
All Implemented Interfaces:
JobHandler

public class ProcessInstanceMigrationStatusJobHandler extends AbstractProcessInstanceMigrationJobHandler
  • Field Details

  • Constructor Details

    • ProcessInstanceMigrationStatusJobHandler

      public ProcessInstanceMigrationStatusJobHandler()
  • 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, String status, org.flowable.batch.api.BatchService batchService)