Configure timeout for bot execution
- Updated: 2022/02/04
Configure timeout for bot execution
Specify the amount of time the system must wait before terminating a bot that is unresponsive or is taking more time than expected to complete the task.
When a task times out, any downstream tasks (tasks in a queue) can run without any issues.
Timeout for a task is not applicable in the following scenarios:
- When a task is manually paused.
- If the task is run in Debug mode.
- If the task is called through the Run action of the Task Bot package.
- When the first task in a process is paused, additional tasks are canceled and the first task is resumed.
- Timeout is not supported for WLM bots.