How to remove surrounded try catch block

How to remove surrounded try catch block of any activity

Hi @Sandhya_Gajare, elaborate your query so that we’ll get to know about the exact issue and provide screenshot of problem if available

i just wanted to remove the try catch block

as we are right click on activity and select surround by try catch as like that how i can remove try catch block of perticular activity…

Ok @Sandhya_Gajare, then you can remove it easily by moving all activities inside the try catch block, out side of the try catch block and then delete the try catch block activity

1 Like

Just drag out all the activity from the Try catch @Sandhya_Gajare , We don’t have any specific kind to remove the try catch block

Regards
Gokul

1 Like

@Sandhya_Gajare Just move all activities which are inside try catch block, to outside the try catch block and then simply select it and delete it

We don’t have any thing to remove from the try catch block. Just Move all the activities @Sandhya_Gajare

@Sandhya_Gajare

please Try this one,
put Sequence inside Try block.
Then Cut every activity and paste in Sequence so your sequence will be maintained. Then Remove that sequence and delete Try Catch activity

1 Like

The Sequence that’s inside the Try, drag it out of the Try.