|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
• getStatus() — When this option is selected, the current status of the transaction is returned in the output of this activity.
• setRollbackOnly() — When this option is selected, the current transaction is set to a rollback only state. The only outcome allowed in this state is for the transaction to rollback. You would use this option if an error condition is detected and you want to rollback the transaction without raising an exeception. You can only use this option when using a transaction mananger that supports the setRollbackOnly method.
The numeric code that corresponds to the current status of the transaction. The numeric status codes vary for each transaction manager, but most transaction managers use the value from javax.transaction.Status. See the documentation for your transaction manager for a description of the possible status codes.The Error Output tab lists the possible exceptions that can be thrown by this activity. See TIBCO ActiveMatrix BusinessWorks Error Codes for more information about error codes and corrective action to take.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |