Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | ART Folder | Summary of Elements in this Folder | pub.art.transaction:commitTransaction
 
pub.art.transaction:commitTransaction
WmART. Commits an explicit transaction.
Input Parameters
commitTransactionInput
Document List Information for each commit request.
Key
Description
transactionName
String The name of an explicit transaction that you want to commit. 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 user guide for the adapter.
This service must be used in conjunction with the pub.art.transaction:startTransaction service. If the transactionName parameter was not provided in a prior call to pub.art.transaction:startTransaction, a run-time error will be returned.
See Also
pub.art.transaction:startTransaction
pub.art.transaction:rollbackTransaction