I was running my bot it got failed due to application issue and showing the error - System exception at initialization: The maximum number of consecutive system exceptions was reached. Consecutive retry number: 2 at Source: System.Activities
Although in config file the value is 0
my need is i want to run the bot irrespective of system exceptions happened in reframework. Its not supposed to go to end state.
Note - the code is in production there is no access to change in code level. May be i need to change in config file…? Please help
Maxretry may be 0 but maxsystemexceptioncount might be other than 0…please check the same…but your config if present inside the package then you need to deploy again …first check the config file for the values and then proceed accordingly
Thats a good news…are you sure it is zero…and the same config is being used? Did you chnge the config file path for read range in initallsettings ?