Skip to main content

Hey guys, I have several processes that have stopped in error because of a missing or invalid destination user ID.  This has been happening because our company's AD has a ton of inactive accounts that users can choose from a webservice during a process workflow, or tasks have escalated for users that have unlisted supervisor information.


The specific error is "CORP could not be found".  Is it at all possible to repair these errors and reassign to a valid ID, or do all these processes have to be killed?


 Thanks in advance.

Is it allowing you to modify the code to repair?  Try assigning to a Workflow Admin account in the exception handling, then you can manually redirect it to a valid user.

Hi,


Also change the code of your webservice to obtain only active users from AD. It can be easily done with a filter parameters of your AD searcher in code.


check DestinationRule code


User Account is null or empty


Reply