For the complete documentation index, see llms.txt. This page is also available as Markdown.

BPMS script task (scriptTask)

Camunda's default option that allows you to create simple, fast scripts without the need to create Java/ScriptCode handlers.

Available languages include e.g. Groovy/JavaScript.

Documentation

Attaching a ScriptTask to a process

We choose Task and subtype ScriptTask:

  • Format: Language, e.g. Groovy/JavaScript,

  • Type: Inline Script,

  • Script: the script we want to invoke.

Figure 1. Example of attaching a ScriptTask in a process

Common methods

Setting data visible in the Eximee dashboard
Handling JSON in JS
Converting JSON from string type to Object type

Last updated

Was this helpful?