I have background process that fails on stage “Get Assets”
This issue is on every background processes.
Non-background processes do not have issue with stage “Get Assets”
ideally background processes run as local user…and not in the context of the user bot…try to set the login to console as false in robot settings and check
To use credentials specified in Orchestrator, you need to configure the UIPATH_HEADLESS_WITH_USER system environment variable on the robot machine and set the value to True .
because background process runs in session 0 and with localuser …which does not have access…so using user creds might help