How do I use Invoke Python acitivities

Please check this sample workflow (it assumes that Python 3.6 is installed at “C:\Python36”): PythonActivitiesTest.zip (2.5 KB)

After loading the script with the Load Python Script activity, you can call a method in a script using Invoke Python Method’s input property called Input parameters.
Invoke Python Method returns a PythonObject that can be passed to the the Get Python Object activity for conversion into a .NET object.

3 Likes