webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Runtime Built-In Services Reference | Summary of Adapter Runtime Built-In Services | pub.art.transaction:rollbackTransaction
 
pub.art.transaction:rollbackTransaction
Rolls back an explicit transaction.
Input Parameters
rollbackTransactionInput
Document List Information for each rollback request.
Key
Description
transactionName
String The name of an explicit transaction that you want to roll back. The transactionName must have been previously used in a call to pub.art.transaction:startTransaction.
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.
Usage Notes
This service is available only if your adapter supports built-in transaction management services, which you can confirm by checking the adapter's user guide.
This service must be used in conjunction with the pub.art.transaction:startTransaction service. If the given transactionName parameter was not provided in a prior call to pub.art.transaction:startTransaction, a run-time error will be returned.