The Try... activity attempts to run the activity or activities in the main Try branch.
If any exception occurs while running the activity or activities in the main Try branch, the CatchAll branch is run.
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: