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