Retry-repeat workflow component
The advanced utilities workflow component, Retry-repeat, can help if you have a workflow component that sometimes fails (for example, due to network connection issues). You can use this to retry a subtree of workflow components until no error occurs, but it will fail when it has tried a specified number of times.
The Retry-repeat component has these parameters:

- Retries
The maximum number of retries do execute. - Retry delay
The delay between each retry. The delay is specified as a number of seconds.
Both parameters can of course not only be a constant, but can also be set via an XPath expression.
Note:
The Retries attribute specifies the number of retries beyond the original attempt (i.e., the maximum number of attempts is Retries + 1)- The maximum allowed number of retries is 10. This value can be modified by setting the property workflow.retry.limit in application-default.properties.
- The maximum allowed delay is 60 seconds. This value can be modified by setting the property workflow.retry.maxDelay in application-default.properties.
Related Articles
Advanced Utilities workflow components
The Advanced Utilities workflow components are as follows: Append to zip archive. Appends the payload to a zip file. The zip file will be created, if the referenced zip file does not exist. Attachment to payload. Takes a named attachment, removes it ...
Disable and enable of Workflow components
It is possible to disable/suspend individual workflow components of a workflow. When you disable a workflow element, then the processing of the disabled component is (as a general rule) skipped and the following components are processed. This image ...
Repeat workflow component
The advanced, utilities workflow component, Repeat creates a loop in which the components following it are executed a number of times. At the start of each repetition, the workflow payload and variables are reset to the state they have at the point ...
Choice and join workflow component
The basic, special Choice and join workflow component is very similar to the Choice component. For the majority of the documentation of the Choice and join you should refer to the choice component as choice and join does the same as the choice ...
Error workflow component
The workflows, that you can setup in InterFormNG2 can be very long and complex and in some cases e.g. for debugging you might want to force an error in the workflow. Another reason why you might want to force an error, could e.g. be that an input XML ...