Invoke Python Script

You can select this activity to run a specific python script with options. The options provide arguments and also redirects output.

This table lists the properties for the activity.

Property Type Property Name Description
Common Continue on error The option to continue the RPA flow even if the activity fails. This check box is selected by default.
Misc DisplayName The display name of the activity.
Input Script Location The location from where the python script must run.
Additional Arguments The additional arguments that must be passed to the python script.
Python Installation The location where the non-standard python is installed.
Requirements The text file that contains a list of required packages that must be installed.
Script Timeout The predefined time limit set for the execution of the script (milliseconds). This prevents the script to run indefinitely.
Output Package installation errors The errors encountered when installing the required packages.
Python error output The error output that includes information of the error.
Python Output The information displayed when the python script is executed.
Response code Response code for the activity. Possible values:
  • 200 to 290: Indicates a suc- cessful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.