Articles → UIPATH → Retrycurrenttransaction.Xaml In Reframework In Uipath
Retrycurrenttransaction.Xaml In Reframework In Uipath
Purpose
Flow
- Retry Transaction? → In this condition, we will get the value of "MaxRetryNumber" value from "config.xlsx". If the number is greater than zero then the "Retry Transaction?" is true, else false
- Max retries reached → In this file, we have a variable "io_RetryNumber". This variable signifies the number of retries done in case of failure. In this condition, we compare the value of "io_RetryNumber" with the "MaxRetryNumber" value of "config.xlsx". If the value is equal then Max retries have reached
- Use Orchestrator's retry? → This condition checks the value of the boolean variable "in_QueueRetry". This variable is set to true if the transaction item is not null and the data source is "queue"
Click to Enlarge