public class DeleteProcessInstanceCmd extends AbstractDeleteProcessInstanceCmd implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
processInstanceId |
protected boolean |
skipIoMappings |
protected boolean |
skipSubprocesses |
deleteReason, externallyTerminated, failIfNotExists, skipCustomListeners
Constructor and Description |
---|
DeleteProcessInstanceCmd(String processInstanceId,
String deleteReason,
boolean skipCustomListeners,
boolean externallyTerminated,
boolean skipIoMappings,
boolean skipSubprocesses,
boolean failIfNotExists) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
checkDeleteProcessInstance, deleteProcessInstance, triggerHistoryEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected String processInstanceId
protected boolean skipIoMappings
protected boolean skipSubprocesses
public Void execute(CommandContext commandContext)
Copyright © 2022. All rights reserved.