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,
org.flowable.variable.api.delegate.VariableScope variableScope,
CommandContext commandContext) |
String |
getType() |
protected void |
updateBatchStatus(org.flowable.batch.api.Batch batch,
String status,
org.flowable.batch.api.BatchService batchService) |
getBatchIdFromHandlerCfg, getBatchPartIdFromHandlerCfg, getHandlerCfgForBatchId, getHandlerCfgForBatchPartId, getObjectMapperpublic static final String TYPE
public ProcessInstanceMigrationStatusJobHandler()
public String getType()
public void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
protected void updateBatchStatus(org.flowable.batch.api.Batch batch,
String status,
org.flowable.batch.api.BatchService batchService)
Copyright © 2020 Flowable. All rights reserved.