Category Archives for "Workflow"

9 Exception handling in Custom workflow activities

Handling exceptions is an important part of any development effort. In the past few months, I’ve run across several instances where exceptions are not being properly handled in custom workflow activities. Normally, this doesn’t actually cause issues with the workflows in which the custom workflow activities are being used: The workflow step will fail with […]

Continue reading