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_id | varchar(256), |
audit_desc | varchar(255), |
user_id | varchar(24), |
err_code | varchar(20), |
err_message | varchar(255), |
bg_action | 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.