public class ComputeDeleteHistoricProcessInstanceStatusJobHandler extends Object implements JobHandler
| Constructor and Description |
|---|
ComputeDeleteHistoricProcessInstanceStatusJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
completeBatch(org.flowable.batch.api.Batch batch,
String status,
ProcessEngineConfigurationImpl engineConfiguration) |
protected org.flowable.batch.api.BatchPartQuery |
createStatusQuery(org.flowable.batch.api.Batch batch,
ManagementService managementService) |
void |
execute(JobEntity job,
String configuration,
org.flowable.variable.api.delegate.VariableScope variableScope,
CommandContext commandContext) |
String |
getType() |
public static final String TYPE
public ComputeDeleteHistoricProcessInstanceStatusJobHandler()
public String getType()
getType in interface JobHandlerpublic void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
execute in interface JobHandlerprotected org.flowable.batch.api.BatchPartQuery createStatusQuery(org.flowable.batch.api.Batch batch,
ManagementService managementService)
protected void completeBatch(org.flowable.batch.api.Batch batch,
String status,
ProcessEngineConfigurationImpl engineConfiguration)
Copyright © 2022 Flowable. All rights reserved.