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:rollbackTransaction
 
pub.art.transaction:rollbackTransaction
Rolls back an explicit transaction. The service must be used in conjunction with a 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
rollbackTransactionInput
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 WmART.pub.art.transaction:startTransaction or WmART.pub.art.transaction:commitTransaction services associated with the explicit transaction.