Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Integration Server Transaction Support | Built-In Services For Explicit Transactions | pub.art.transaction:commitTransaction
 
pub.art.transaction:commitTransaction
Commits an explicit transaction. The service must be used in conjunction with the pub.art.transaction:startTransaction service. If a corresponding pub.art.transaction:startTransaction service is not provided, then the flow service receives a runtime error.
Input Parameters
commitTransactionInput
Document. Document that contains the variable transactionName.
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.