Workflow - PAG - Active Directory command - "Error Handler" bug?

PAG - get account - error handler => I am attempting command “Get User by SAM Account Name”, if the account is found, everything works fine, but when I enter a sam that does not exist, I am experiencing a “stop execution” error instead of flowing into the “false” path of the exception handler. My end goal would be to go down a false path after lookup, confirming account name is unique, then create the account in AD.

Bug or am I missing something?

Hi @questjj , I don’t think PTA workflows support Account Creation. The current documentation on PTA doesn’t provide command s to create account. It provides command on enable , disable, unlock.

Right, I’m specifically asking about the failed error handling.

looks like error handling is working as expected today. this topic can be closed.