Start robot timeout

Hello
how to start openrpa project that invoke remote openflow, i see timeout in the robot workflows, it work but if there any other way to do with custom timeout or set cronjob for example robot start every day at 10:00

Does this answer your question?

When you use NodeRED’s cron node, it keeps running after finishing tasks. This is not what you want.

  • Start at 9:00 AM each day.
  • invoke openrpa do task
  • Stop running after the task is done.

all this doing it in vm without the need of me to start robot

There are many cron modules for Node-RED, so it’s hard to know which one you are referring to. But there is one just called cron. If that is the one, you need to contact the developer of that module. You can try creating an issue at the GitHub repo, and if that does not help, try one of the many other modules.

Thank, i used inject with fixed time

1 Like

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