public class DeleteMultiInstanceExecutionCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
executionId |
protected boolean |
executionIsCompleted |
protected String |
NUMBER_OF_COMPLETED_INSTANCES |
protected String |
NUMBER_OF_INSTANCES |
Constructor and Description |
---|
DeleteMultiInstanceExecutionCmd(String executionId,
boolean executionIsCompleted) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected ExecutionEntity |
getMultiInstanceRootExecution(ExecutionEntity executionEntity) |
protected final String NUMBER_OF_INSTANCES
protected final String NUMBER_OF_COMPLETED_INSTANCES
protected String executionId
protected boolean executionIsCompleted
public DeleteMultiInstanceExecutionCmd(String executionId, boolean executionIsCompleted)
public Void execute(CommandContext commandContext)
protected ExecutionEntity getMultiInstanceRootExecution(ExecutionEntity executionEntity)
Copyright © 2019 Flowable. All rights reserved.