Skip to main content

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

Renato,

I have had exactly the same case with a partner. He wanted to use the "Set Permission" action but on an user who didn't exist ! Sadly this action doesn't have any error handler and he had the same problem that you are having right now.

I have adviced him to first make an LDAP Query on this account just to ensure that the user did exist!

Cheers

Alex


Reply