Supporting error handling

You can implement error handling in custom workflow actions, in which errors can be captured during the execution of the workflow action and information about the errors stored in workflow variables for later reference.

When error handling is enabled on a custom workflow action, an error that occurs during the execution of the workflow action or its corresponding workflow activity does not stop execution of the workflow. Instead, two workflow variables can be populated by the workflow action when an error occurs:

Subsequent workflow actions in the workflow can examine the contents of these workflow variables and, if appropriate, respond to the error information.

To implement error handling in a custom workflow action, you must apply additional Nintex Workflow 2013 export (.nwp) file functionality to the custom workflow activity, the custom workflow action adapter, and the configuration page:

See Also

Concepts

Workflow activities

Workflow action adapters

Configuration pages

Operations

Working with workflow actions

Working with workflow activities

Reference

.NET Framework Reference