EVA Bot scheduling

Hi,

How can we configure the EVA Bot such that it will go on forever(infinite scheduling)?

Thanks in advance

“infinite scheduling” for EVA Bot can be achieved using schedule type as “Cron”. Click on the link “Click Here” to know more about how to achieve infinite scheduling using “Cron”. For e.g.if you want to configure EVA Bot in such a way that she executes every day at 10.15 AM (infinitely) then you can use following Cron expression while configuring EVA Bot to achieve the same

0 15 10 * * ? *

1 Like

Thank you Anand I will try it.