Run Python Script
Description
This action component allows you to kick a specified Python script without waiting for the result.
Input Properties
- Code (String) – The Python script that you want to run.
- Python File Path (String) – The Python script file path that you want to run.
- Parameters (String) – A list of input parameters for the Python script that is to be invoked.
- Input Python Object (IPythonObject) – PythonObject instance variable.
Output Properties
- Result (Object) – Return True if Python script execution is successful.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.