SingleCall tasks
The SingleCall tasks are used as subtasks within the SingleCallTask to executed only once regardless of the number of punnet.
Mandatory settings
There is no mandatory configuration field for this task.
Optional settings
Key | Type | Description | Default value |
---|---|---|---|
Output file path | String | ||
Maximum number of value | Integer | 100 |
DataPatternWritter
Write a text file, one line per document, containing a pattern-based text based on document metadata
Mandatory settings
There is no mandatory configuration field for this task.
Optional settings
Key | Type | Description | Default value |
---|---|---|---|
Output file path | String | ||
Separator between document IDs | String | ||
Default value when punnet or document has no properties | String | For non-null empty String | |
Append content to the file | Boolean | false | |
Output stream | OutputStream |
This task will start a campaign from the details provided by the punnet, not the document or any of its content. Therefore, patterns relative to such objects will not work.
Mandatory settings
Key | Type | Description | Default value |
---|---|---|---|
Broker endpoint | String | http://localhost:1789 |
Optional settings
Key | Type | Description | Default value |
---|---|---|---|
Map name | String | Mandatory when starting campaigns. Patterns are supported in this field | |
Campaign name | String | Mandatory when resuming campaigns. Patterns are supported in this field | CampaignTriggeredByTask |
Start as new campaign | Boolean | false | |
Resume campaign | Boolean | Enable this option to resume the campaign of the same name. If none exists, this campaign will be created. | false |