Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Call function node is used for calling Python functions in your workflows. This page explains how you can build your own workflow functions.

Built-in functions

There is a number of built-in functions for you to implement. To view the reference material on built-in functions, open the help page. It is available on your instance with the following address: https://<yourinstance>.konverso.ai/doc/Call-Function-reference_781418611.html. Just substitute <yourinstance> with the actual name of your host.

ITSM Jira Service Management

Extra Jira Service Management (Cloud) specific functions are available. You can find more information here: JSM Utility Workflow Functions

Custom functions

Also, you can build custom Python functions for interacting with users, invoking requests on external systems, and returning results.

Creating and editing custom functions

To view and modify editable files:

...

3. Modify its content in the window and click Save.

Use your functions

Debug issues