I have a process flow that uses a WebRun node to run the jobrun.exe program to submit a specific job. I want the WebRun function to set a specific job queue.
Previously I would do this in the command but we recently switched to using WebRun nodes as apposed to System Commands.
The WebRun uses the following
FUNC=run&USER=&JOB=&PROD=&OUT=xml&WAIT=TRUE
Dave