Throw exceptions in Dynamics365 workflow plugins, or don’t
When writing workflow plugins for Dynamics365 it seems that standard practice if an exception or error appears in the code is to throw an exception which will pop up on the interface for the user, or appear in the logs if it isn’t a real time workflow. The problem with this approach is that when […]