In the above version i am not able to find Is True activity . I tried to install Workflow Manager Activities but i am even not getting that package in manager packages.
Basically my objective is -
In Process Transaction stage if any system error occurs then it should retry . where in exception block i will set any variable with False value and pass that to Is True .
I can’t go with normal retry since when the process will start again from Init and in **get transaction data **stage , here it will become difficult to manger the since complexity exist.
So, you can set a flag variable and then you can assign the value
Use try catch activity and check if the activity works or fails, based on that assign the value as True or False
Then using that, surround the try catch with a while loop giving the same boolean variable to the while as well, so that it will loop until the value is true.
Exactly… Retry Scope allows only those activities which gives True /False as output.
Earlier when i was using 2018.4 version Is True activity we can use but i am not sure when it got removed by UIPath team .
Currently with 2019.9+ version we can install package from package manager and can use Is True activity but since client have 2019.4 version i am not able to get package which contains Is True activity from Package Manager.