Reprocess
Requeues the original library file to be reprocessed, optionally on a different Agent and after a delay.
This is useful in scenarios where a specific Agent is better suited for handling a certain file, or when a temporary condition (e.g. a resource not being ready) prevents immediate processing.
Agent
The name of the Agent that should reprocess this file.
You can specify the same Agent or a different one.
Hold Minutes
The number of minutes to wait before reprocessing the file.
- Set to
0to reprocess immediately. - Use a delay if the Agent needs time to become ready.
If the same Agent is selected as the one currently handling the file and Hold Minutes is set to 0, the flow will immediately fail to prevent an infinite loop.
To safely retry on the same Agent, set a Hold Minutes value to delay reprocessing. This gives the Agent time to become ready before reattempting.