Hi, If I try to add an user that doesnt exist I get an exception that I can't handle and the workflow is suspended. Is there anyway to make the workflow continue or to previouslly check if a user exists?
LOGS
08/09/2015 16:34 TheString = dgary@abc.com <<<<<< This user exists
08/09/2015 16:34 UserAdded: True
08/09/2015 16:35 TheString = blabla@abc.com <<<<<< This user doesn't exist
08/09/2015 16:35 The user 'blabla@abc.com' could not be found or multiple users matched.
Thanks,
Renato