I have a Dispatcher process(D) which will add items to two queues X and Y.
I have created two triggers X_Trigger and Y_Trigger. Both has the ‘Process Name’ property to be executed as Performer(P).
Dispatcher runs well and fill in the queues X and Y.
But the queue trigger runs only one job which has the source as X_Trigger.
Job Related to Y_Trigger is not executing.
Can anyone please help on how to process both queue’s queue items using the queue trigger.
Hi @Srini84 , I have checked the above documentation and could find out any scenario which runs same process using multiple triggers. Could you please highlight if any.
Which is used to store the data like Text,Int,Boolean and credentials. You can create as many as you want. for this you need to Login to the Orchestrator.
Navigate to the Workflow Folder->Queues->Create new queue->Select the type like (Text,Int,Boolean and Credential). You can create as many as you want.
Thanks for your response. You have mentioned about time triggers which is not corelated with queues. I am asking about queue triggers which is present in the Uipath orchestrator which triggers a job when a new item is added to the queue.