I'm trying to schedule a bot which is being triggered from orchestrator every 3 hours. The process is basically an email automation. If the no of emails that is being processed is less than average, i want to trigger the bot.
Is there a cron expression that can help me with this type of scheduling?
Do let me know if there any other way to achieve this (like making a change in code or some other method).