org.flowable.common.engine.impl.interceptor.Command<Void>
public class DeleteTaskCommand extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
protected String
reason
taskId
DeleteTaskCommand(String taskId, String reason)
Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String taskId
protected String reason
public DeleteTaskCommand(String taskId, String reason)
public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute