Hi guys.
I’d like to trigger multiple processes at the same hour of the day but it seems than the time trigger can activate only one process and not multiple.
What am I doing wrong?
Thank you
Hi guys.
I’d like to trigger multiple processes at the same hour of the day but it seems than the time trigger can activate only one process and not multiple.
What am I doing wrong?
Thank you
Hey @MT8888
Actually, you can trigger multiple processes at the same hour using UiPath Orchestrator. The key is to create separate triggers for each process.
ok, I think I found a way.
I create a trigger, then I activate a process.
That process uses different “start jobs” for each process I need to start.
With this, i need only a trigger
This works. But are there any other solutions that i haven’t see?
Hey @MT8888
The solution you came up with is definitely valid, and it’s a good way to consolidate the triggers by using a single one to manage multiple processes.
Another approach you could consider is using multiple triggers - one for each process. This is the most straightforward option and keeps each process independent, which can be easier to manage in some scenarios, especially if you need more flexibility or need to adjust timings for individual processes later on.
Another idea would be to use Queues in Orchestrator. Instead of directly starting each process, you could add items to a queue, and then have the other processes triggered when items are added to the queue. This way, you can create a more dynamic and modular workflow, especially useful if processes depend on each other.
However, what you’ve already implemented is a good approach if you want to minimize the number of triggers. If it works well for your use case, you’re on the right track!
Ty for the info. I will try the other ways.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.