Background tasks are tasks that can be processed without any UI action.
-
If a background task for your agent is available at the same time as a foreground task, both tasks are finished in parallel.
-
If only a background task is available, this task executes in the same way as a foreground task
-
RPA Conductor handles the login, executes the task and then handles the logout if configured accordingly.