Tuxedo Adapter 6.0 | webMethods Tuxedo Adapter Documentation | webMethods Tuxedo Adapter Installation and User’s Documentation | Built-In Transaction Management Services | Built-In Transaction Management Services | pub.art.transaction:commitTransaction
 
pub.art.transaction:commitTransaction
This service commits an explicit transaction. It must be used in conjunction with the pub.art.transaction:startTransaction service. If it does not have a corresponding pub.art.transaction:startTransaction service, your flow service will receive a runtime error.
For more information about implicit and explicit transactions, see Transaction Management Overview.
Input Parameters
commitTransactionInput
Document. A document that contains the variable transactionName, described below.
transactionName
String. Used to associate a name with an explicit transaction. The transactionName must correspond to the transactionName in any pub.art.transaction:startTransaction or pub.art.transaction:rollbackTransaction services associated with the explicit transaction.
This value must be mapped from the most recent pub.art.transaction:startTransaction that has not previously been committed or rolled back.
Output Parameters
None.