Skip to main content

Execute Python Method

Description

This activity executes the specified method from the loaded Python script. The script that contains the method is loaded into the environment by Load Python Script activity.

Properties

Input

  • Instance – The Python script that contains the method to execute, stored in a Python object variable. It supports only Python object variables.
  • Method Arguments – The arguments to be passed to the calling Method.
  • Method Name – Specify the method's name to execute.

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 – It displays the result of the invoked method stored in a Python object variable.