I am finding that a Find User by email activity causes termination of the workflow when the lookup is unsuccessful.
Is this the normal behaviour?
I should be able to test the results and work with a not found outcome.
I am finding that a Find User by email activity causes termination of the workflow when the lookup is unsuccessful.
Is this the normal behaviour?
I should be able to test the results and work with a not found outcome.
Try putting your find user in a try-catch activity
I just read your post after I posted a feature request about this very thing.
I was able to work through this by using the try-catch activity.
It would be hard to fix this by changing the find activity to flow through with a not found outcome because it would break workflows like mine that include the try-catch now.
I agree with posts elsewhere that a results found outcome has two values: true and false, and that a false outcome should be testable without an error catch. This would be consistent with other activities that have a results found outcome.