Script task (scriptTask)

The functionality is available from version 2.3316.0 of the Eximee platform.

Script tasks (so-called handlers) are used to invoke business logic within the process. The list of all defined script tasks is available in the Library GesCheckbox11.ariaLabel Script tasks.

Illustration 1. The "Script tasks" tab with an example task

Script code should be written in plain JavaScript (in ES6 or older). The code must be compatible with the version of the JavaScript engine provided by Rhino (http://mozilla.github.io/rhino/compat/engines.html). Additionally have been disabled elements such as "eval".

Creating a script task

After clicking the Add script task, we will be taken to the script editor window (more information in Script task editor).

The edit window in the repository allows changing the content of the script task.

Illustration 2. Script task edit window

Last updated

Was this helpful?