ProcessFlow - WebRun Node - Specific Job Queue

 2 Replies
 2 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Dave Curtis
Veteran Member
Posts: 136
Veteran Member

    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

    David Williams
    Veteran Member
    Posts: 1127
    Veteran Member
      I think you just add &QUEUE=
      David Williams
      Dave Curtis
      Veteran Member
      Posts: 136
      Veteran Member
        And the winner is &QUEUE=

        Tried and tested and works.

        Thanks