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