org.flowable.common.engine.impl.interceptor.Command<Void>
public class JumpCommand4Position extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
protected String
reason
targetNodeId
taskId
protected List<String>
users
JumpCommand4Position(String taskId, String targetNodeId, List<String> users, 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 targetNodeId
protected List<String> users
protected String reason
public JumpCommand4Position(String taskId, String targetNodeId, List<String> users, String reason)
public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute