Helper Scripts

“Write once, reuse them forever…”

Helper scripts can be defined once with the relevant logic and can be reused across any workflow scripts with the relevant function name. One python script is essentially reused within another.

Frequently used methods and functions can be written as helper scripts once and reused across other custom scripts within the workflow. Either default helper script(s) can be leveraged and/or new helpers can be defined. For example, logic to establish database connection can be defined once and reused for any other database related queries via script.

The Helper Script Library can be accessed by navigating to Automation > WORKFLOW > Helper script
Table 1. Options available on the Helper Script Library page
Option Description
Search bar Allows you to search for a particular helper script by typing in keyword(s).
Allows you to create a new helper script.
Allows you to export a helper script.
Allows you to import a helper script.
Refreshes the pages.