Multiple Queues for One Process?

I have a specific business request where the process owners want one process to be able to pull from either of two queues. Is this possible?

I am using REFramework and currently pass the queue name via the config file, but is there a way to get an input of which queue they would like to work and then pass that for each transaction they pull?

I thought to just have an input dialog at the beginning but I am not so great with arguments and am not sure how I would pass that into the “Get Transaction Data” file every time.

it depends on how the users start the processes, if it is an attended process, than you can use dialog box with fixed options, but if it is unattended, you should use input arguments that can be set in the process, so you can create two with fixed values for the queues, naming them accordingly…

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.