How To Have A Python Script Continue Running After UiPath Robot Logs Off?

A python script is required to continue running after UiPath logs off. It runs for a long time and when the automation finishes and logs off, the python script is also aborted.

  1. Start a Python process with the Start Process activity
  2. Set the ExecutionType property to [Synchronously]
  3. With this method, the automation finishes after the Python script has finished the execution.