UiPath Reframework stop bot logic
-
In this blog, let's look at how can we stop the reframework bot.
-
To achieve, we need to go inside the state "Get Transaction Data" which is the 2nd state in the reframework.
-
We need to set the variable "ShouldStop" to true. This can be done using if condition
-
The if condition can have 2 values
-
- First value should have a current time from the "Now" method.
-
- Second value should have the config value which mentions the time at what time bot should stop.
-
- Here is the working reframework template for your reference Reframework Template
-