How to run schedule Task bot which calls an other task bot.

I made a Task bot for making some automated registrations in a console app. When and error is happening I handle it by running an other Task bot with error handler. Everything works fine when I run it in bot creator account but when I m doing it in a schedule the error-bot never runs after an error happens, any reason why? I tried to upload or run both at the same time but nothing. I tried just to schedule the error bot to run after the task bot but this isn't efficient enough. I m thinking doing it with a trigger but it will be nice just to run it like in Creator Mode .
 
Last edited:
Top