Invoke Python Method
Description
This action component allows you to run a specified method from a Python script directly in a process flow.
Input Properties
- Code (String) – The Python script that contains the method you want to invoke.
- Python File Path (String) – The Python script file path that contains the method you want to invoke.
- Class Name (String) – The Python class name.
- Method Name (String) – The name of the method that you want to invoke.
- 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) – The result of Python method execution. stored as a object variable.
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.