Try activity
The Try... activity attempts to run the activity or activities in the main Try branch.
About this task
If any exception occurs while running the activity or activities in the main Try branch, the CatchAll branch is run.
Right-clicking the mouse on the background creates a new CatchAll branch.
For
example, the main Try branch can call the Database
Insert Rows activity as shown in the following figure:

If the Database Insert Rows activity fails and throws an exception, the activity or activities in the CatchAll branch are run. In this example orchestration, when an exception is thrown by the Database Insert Rows activity, the Terminate activity runs thus terminating the current orchestration job.
To add and configure a Try... activity, complete the following steps: