Hi all,
I have a transactional job that do something and in some cases it would postpone a transaction to now.AddMinute(15), i want that the new job start after 15 minutes but i am facing an issue with the orchestrator triggering.
I create a trigger for the queue with the item postponed but the trigger start the job every 30 minutes, i need every 15 minutes, is possible to change this value?
When postponed…by default UiPath checks the queue after 30 minutes…for new you wont have that issue…but for postponed…it can take at max of 30 minutes and we cannot change that in cloud orchestrator