Is there anyway to vary the amount of time within the Try-Catch activity. I believe the default is 30 seconds. Is it possible to change this every ?
Hi, Try Catch Doesn’t provide “TimeoutMS” configuration, so its depend on code/activities you use inside “Try-catch” activiy
Hi @hughabbott
Their is no timeout mentioned for Try-catch activity. you can see this in its properties as well and suppose if they will mention a timeout activity for this activity and you have defined many steps in try catch which will take more then 30 seconds then it will through an error without execution of remaining instructions.
If an activity is bound with timeout then you will find this is it’s properties pane.
Regards…!!