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