I have separate dispatcher and perfomer build in RE Framework and i am not using any orchestrator.
I want to make the performer run automatically once the dispatcher is completed fully.
What will be the easy approach to achieve this?
Hi @Sami_Rajput
Add queue trigger for your performer process.
Whenever new queue item added to queue the performer runs.
Check out this once about different triggers.
https://docs.uipath.com/orchestrator/standalone/2023.4/user-guide/about-triggers
You can choose the trigger based on the type of the project you are going to work.
Hope it helps.
Hi @Sami_Rajput
Use the Initialization state to develop the dispatcher (Adding queues to orchestrator). In the Initialization there is a First run sequence in that sequence you can build the dispatcher part.
When you run the program the dispatcher runs first in Initialization then the performer runs in the process state.
Hope it helps!!
Hi @Sami_Rajput
Since you are not using the Orchestrator, pushing the data as queue items or applying the trigger on the performer process will not be applicable in your case.
You can use the ‘Start Process’ activity & provide the path to the performer process in the end state of the dispatcher process so that it will automatically invoke the performer process.
Hope this helps,
Best Regards.
@arjunshenoy
this will open the performer process, but will not run it…
Am I missing something?
Could you try another activity, the Invoke Process & verify whether that fits your usecase?
Best Regards.
@arjunshenoy
Yeah, it worked, Thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.