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

Use in the process

In the process definition, we create a task of type Service task, which has a pair entered as an extended property:

  • Name - script

  • Value - the name of the artifact containing the script code

while as Implementation the pair:

  • Type - External

  • Topic - eximeeScriptCodeTask

Figure 1. The "Service task" task

This way we attach a script task in the process, more specifically the artifact named - in the example above - skarbonkaCalculateFormColor.

We need to create (or have previously created) a script task with the appropriate name

Figure 2. Example of a script task

More information: Script task

Last updated

Was this helpful?