public class ProcessInstanceMigrationStatusJobHandler extends AbstractProcessInstanceMigrationJobHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
BATCH_RESULT_MESSAGE_LABEL, BATCH_RESULT_STATUS_LABEL, CFG_LABEL_BATCH_ID, CFG_LABEL_BATCH_PART_ID| Constructor and Description |
|---|
ProcessInstanceMigrationStatusJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
String |
getType() |
protected void |
updateBatchStatus(Batch batch,
String status,
BatchService batchService) |
getBatchIdFromHandlerCfg, getBatchPartIdFromHandlerCfg, getHandlerCfgForBatchId, getHandlerCfgForBatchPartId, getObjectMapperpublic static final String TYPE
public ProcessInstanceMigrationStatusJobHandler()
public String getType()
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext)
protected void updateBatchStatus(Batch batch, String status, BatchService batchService)
Copyright © 2023 Flowable. All rights reserved.