public class DeleteProcessInstancesCmd extends AbstractDeleteProcessInstanceCmd implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected List<String> |
processInstanceIds |
deleteReason, externallyTerminated, failIfNotExists, skipCustomListeners, skipSubprocesses
Constructor and Description |
---|
DeleteProcessInstancesCmd(List<String> processInstanceIds,
String deleteReason,
boolean skipCustomListeners,
boolean externallyTerminated,
boolean skipSubprocesses,
boolean failIfNotExists) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
checkDeleteProcessInstance, deleteProcessInstance, triggerHistoryEvent
public Void execute(CommandContext commandContext)
Copyright © 2019. All rights reserved.