logInst("flowControl", new Object[]{command, instanceId, tracingTag});
try{
ProcessInstance instance = getInstance(instanceId);
ProcessDefinition definition = instance.getProcessDefinition();
definition.flowControl(command, instance, tracingTag);
}catch(Exception e){
e.printStackTrace();
throw new RemoteException("ProcessManagerError:"+e.getMessage(), e);
}
}