WebSphere MQ Adapter 6.5 | webMethods WebSphere MQ Adapter Documentation | webMethods WebSphere MQ Adapter Installation and User’s Guide Documentation | Built-In Transaction Management Services | Built-In Transaction Management Services | pub.art.transaction:rollbackTransaction
 
pub.art.transaction:rollbackTransaction
This service rolls back 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
Name
Description
rollbackTransactionInput
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:commitTransaction 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.