exportViaRestWithRetry
A Workflow Engine function that has the same functionality as the exportViaRest
(and sendViaRest
) actions, but adds the ability to retry the export on failure. For details of the Retry Queue functionality see Retry Queues Integration.
The retry capability is enabled by adding a configured Retry Queue name in the retryQueue
parameter. If this is left blank, then no retry behavior is enabled.
This function is available as a feature of the Add-ons v2.3.5 download and later.
This function is available for event, alert, and Situation workflows.
The workflow sweep up filter applies to this function.
Back to Workflow Engine Functions Reference.
Arguments
Workflow Engine function exportViaRestWithRetry
takes the following arguments:
Name | Required | Type | Description |
---|---|---|---|
retryQueue | no | string | The name of a configured retry queue. |