SW_DELAYED_RELEASE_ERR

The SW_DELAYED_RELEASE_ERR procedure takes a BG action when a delayed release error occurs.

Syntax

SW_DELAYED_RELEASE_ERR (
delayed_release_idin varchar2,
audit_descin varchar2,
user_idin varchar2,
err_codein varchar2,
err_messagein varchar2,
bg_actionin integer)

where:

delayed_release_id is the ID of the delayed release.
audit_desc is the description of the delayed release audit.
user_id is the user ID.
err_code is the error code.
err_message is the error message.
bg_action is the BG action to handle the delayed release error.

Notes

If a delayed release error occurs, TIBCO BusinessWorks returns an error code, an error message, and a BG action to TIBCO iProcess Engine. The BG process take the following actions according to BG action:

Just log the error and do nothing.
Log the error and requeue the transaction again.
Log the error and progress the iProcess case, as if it has been released.

See TIBCO iProcess Connector for ActiveMatrix BusinessWorks User’s Guide for more information about the delayed release error.