Background Process and liceising

Hey @rickard.nordstrom Yes, that’s correct! With a single robot license in UiPath, you can run one standard (foreground) process and one background process in parallel.

Here’s how it works:

  • A foreground process is the standard process that runs with visible interaction on the robot’s machine, typically involving user interaction or UI-based automation.
  • A background process runs in the background without any user interaction. It’s ideal for automation that doesn’t require UI or is designed to run in parallel with other processes.