Articles → UIPATH → RetryCurrentTransaction.xaml in REFramework in UiPathRetryCurrentTransactionIn this article, we will discuss the "RetryCurrentTransaction.xaml" in REFramework in UiPath.Purpose This file contains the logic of the number of retries if the transaction fails.Flow Before we check the flow, let us discuss some of the points in the flow. 1. 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. 2. 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. 3. 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".Here is the complete flowClick to EnlargePosted By - Karan Gupta Posted On - Wednesday, March 24, 2021 Query/Feedback Your Email Id Subject Query/Feedback Characters remaining 250
Query/Feedback