A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to "2". At runtime, the first transaction item throws a Business Exception.
How many times will the transaction be retried?
- The transaction will not be retried.
- The transaction will be retried only one time.
- The transaction will be retried 2 times.
- The transaction will be retried multiple times, until it will be processed successfully.
Reveal Solution Next Question