Reprocess
Requeues the original library file to be reprocessed, optionally on a different processing node and after a delay.
This is useful in scenarios where a specific node is better suited for handling a certain file, or when a temporary condition (e.g. a resource not being ready) prevents immediate processing.
Node
The name of the processing node that should reprocess this file.
You can specify the same node or a different one.
Hold Minutes
The number of minutes to wait before reprocessing the file.
- Set to
0
to reprocess immediately. - Use a delay if the node needs time to become ready.
If the same processing node 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 node, set a Hold Minutes
value to delay reprocessing. This gives the node time to become ready before reattempting.