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 Summary
FieldsFields inherited from class org.flowable.engine.impl.jobexecutor.AbstractProcessInstanceMigrationJobHandler
BATCH_RESULT_MESSAGE_LABEL, BATCH_RESULT_STACKTRACE_LABEL, BATCH_RESULT_STATUS_LABEL, CFG_LABEL_BATCH_ID, CFG_LABEL_BATCH_PART_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) getType()
protected void
updateBatchStatus
(Batch batch, String status, BatchService batchService) Methods inherited from class org.flowable.engine.impl.jobexecutor.AbstractProcessInstanceMigrationJobHandler
getBatchIdFromHandlerCfg, getBatchPartIdFromHandlerCfg, getHandlerCfgForBatchId, getHandlerCfgForBatchPartId, getObjectMapper
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ProcessInstanceMigrationStatusJobHandler
public ProcessInstanceMigrationStatusJobHandler()
-
-
Method Details
-
getType
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
updateBatchStatus
-