Workflow: RAISEEXCEPTION: How to raise exceptions on multiple actions?

By default, the ACTION_NAME and REQUEST_ID parameters allow you to raise an exception on a specified action and request ID.

If you have multiple actions to manage, you have to use ACTION_NAME_LIST and REQUEST_ID_LIST parameters.

Action name and request ID values (one or more) have to be separated by commas.

RAISEEXCEPTION loops on the request identifiers and raise an exception for each action name defined.