Stop a triggered job at a time of the day, even if the queue has new transactions to be processed

I have a scenario where I need to stop processing the transactions in my queue at the end of the business hours. Is there a way to achieve this using Triggers in the orchestrator?

You can do this by setting the time for the process to start, and setting the process to stop after the number of hours it takes for business hours to be over. For instance, if your business closes at 5:00 PM, and you start your process at 1:00 PM, you can set Orchestrator to send a stop signal in 4 hours.

If it’s critical that it stops by the end of business hours and no later, I recommend setting the stop time a bit earlier to ensure the process wraps things up before the end of the business day.

2 Likes

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