How do I include Error Handling actions into a Workflow?
1.While designing a new Workflow in the Thereforeā¢ Solution Designer, click on the task you want to add, then click on the Workflow to open a Task menu. If you have already designed your Workflow, right-click on a Task and select 'Properties' to open the Task menu.
2.To add a new error rule, right-click on the Error Handling table then click on 'Add row'.
3.One row is needed for one error rule. In the column labeled 'Error Matches', enter the exact error message in quotation marks (e.g., "Error message").
4.Click the arrow icon in the Action column to open a drop-down menu of error handling options. Select "Pause processing" to stop processing the Workflow if this specific error message occurs, or select 'Ignore error' if this specific error should be ignored. Select 'Route to...' to route to other tasks. These options are only available if the selected tasks is connected to other tasks using transitions. Check the box labeled 'Log' to record the usage of an error rule.
5.Left-click a row to select the defined error rule. Use the buttons labeled 'Move up' and 'Move down' to change the position of the error rules. This matters since error rules are processed starting from the top.
6.Click 'OK' to proceed. |