Basic properties
The basic properties for a script task are:
Property | Required | Description |
---|---|---|
ID | Required | The unique identifier for the service task. This is system generated and cannot be altered, for example: ServiceTask_0a1cgxd |
Name | Optional | The name of the service task. This will be displayed on the canvas. |
Documentation | Optional | A free text description of what the service task does. |
Multi-instance type
Script tasks can be set to repeat sequentially or in parallel when the process flow reaches them.
Implementation
The implementation value is used to associate a connector with a service task. For business rule tasks and script tasks this value is set by default and cannot be changed. The format is:
<connector-name>.<connector-action>
Action
An action selects which of the connector actions that service task should execute, for example whether to send a message or create a new channel in Slack when using the Slack connector.
Mapping type
The mapping type sets how data is passed between the connector and the process. There are five options for sending this data. The default value is Send no variables.