Invoke Python Script
Invokes a python script,
This activity executes a user-specified python script file.
Input
Filename:
String Argument
The full path of the python script file that is to be invoked.
Python Path:
String Argument
The full path of the location of the python .exe file.
Output
Result:
String Variable
Stores the output or error produced (if any) when the python script is executed in the specified String variable.
Last updated