Load Python Script
Description
This activity converts Python code to a PythonObject variable.
Properties
Input
- Code – It specifies the Python code to run. It supports only strings and String variables.
- File – It specifies the file path containing the Python code to run. It supports only strings and String variables.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Output
- Result – Result returned by Python script