RAISE_EXCEPTION is returning an error when I try to cancel an action that has already been closed

Issue

The RAISEEXCEPTION application returns an error if you try to cancel an action that doesn’t have an open instantiation in the request.

Solution

By adding the IGNORE_NOTHINGTODO_ERROR parameter and setting its value to Y, the application will simply ignore this type of error.

Name: IGNORE_NOTHINGTODO_ERROR
Data type: Text
Direction: IN
Value: Y

See the RAISEEXCEPTION Workflow Application section in the WorkflowGen Administration Guide for more information.