sendRequestToAutomation
A Workflow Engine function sends a request to the corresponding outbound automation workflow to invoke specified action for the named service.
This function is available as a feature of the Add-ons v2.2 download and later.
This function is available for alert and Situation workflows.
Back to Workflow Engine Functions Reference.
Arguments
Workflow Engine function sendRequestToAutomation
takes the following arguments:
Name | Required | Type | Description |
---|---|---|---|
| yes | string | The name of the automation, one of: puppet, ansible, bonitasoft |
| no | string | An instance name for integrations supporting multiple instances. Defaults to the first instance |
| no | string | A template name for integrations supporting predefined templates. If unspecified, a default template is used. |
| no | object | A JavaScript object that passes any additional arguments as context to the workflow and adds them to the existing workflow context. |