Activities
TryCatch
This activity contains activities to be executed by the workflow runtime in an exception handling block.
...
What this segment does is check whether the user exists in the AD or not, and if it doesn't, it will create the user in a TryCatch activity. If the user exists, the workflow will stop executing and display an error message (in our case: "Error: user already exists.").
Tracking data:
Rethrow
...