Script task (scriptTask)

Creating a script task

Last updated
Was this helpful?
The functionality is available from version 2.3316.0 of the Eximee platform.
Availability of functionality depends on the license and may not be available in all deployments.
Script tasks (the so-called handlers) are used to invoke business logic within a process. A list of all defined script tasks is available in the tab Library → Script tasks.

The script code should be written in plain JavaScript (ES6 or earlier). 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 such elements as "eval".
After clicking the button Add a script task, we will be taken to the script editor window (more information in Script tasks editor).
The edit window in the repository allows you to change the content of the script task.

Last updated
Was this helpful?
Was this helpful?
