Class CaseInstanceMigrationStatusJobHandler
java.lang.Object
org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
org.flowable.cmmn.engine.impl.job.CaseInstanceMigrationStatusJobHandler
- All Implemented Interfaces:
JobHandler
-
Field Summary
FieldsFields inherited from class org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
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, BatchService batchService) Methods inherited from class org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
getBatchIdFromHandlerCfg, getBatchPartIdFromHandlerCfg, getHandlerCfgForBatchId, getHandlerCfgForBatchPartId, getObjectMapper
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
CaseInstanceMigrationStatusJobHandler
public CaseInstanceMigrationStatusJobHandler()
-
-
Method Details
-
getType
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
updateBatchStatus
-