Skip to main content

Services


Overview

Holds the components needed for determining an Automated Task (Called a Service Task).

info

To determine a - New Service Task - you would need to use either - JavaScript or TypeScript.

Within a BPMN workflow, multiple actors could be involved; some of these actors could be an API or a system, which has to decide on the process. A Service Task handles this.

Parameters

Depending on the users' input, the service tasks' value can be manipulated. Services can be linked to the Journey's service task, with each of the service tasks containing all the information from its preceding tasks. Once the logic is provided, it works automatically by manipulating the workflow.

Important

It can also be modified/coded to the specifics of the customer.