public class DeleteHistoricProcessInstancesCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
failIfNotExists |
protected List<String> |
processInstanceIds |
Constructor and Description |
---|
DeleteHistoricProcessInstancesCmd(List<String> processInstanceIds,
boolean failIfNotExists) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected void |
writeUserOperationLog(CommandContext commandContext,
int numInstances) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
public Void execute(CommandContext commandContext)
protected void writeUserOperationLog(CommandContext commandContext, int numInstances)
Copyright © 2022. All rights reserved.