Integration Cloud 7.0.0 | Built-In Services | Built-In Services | Transaction:rollback
 
Transaction:rollback
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 Transaction:start.
This value must be mapped from the most recent Transaction:start that has not previously been committed or rolled back.
Output Parameters
None.
Usage Notes
This service must be used in conjunction with the Transaction:start service. If the given transactionName parameter was not provided in a prior call to Transaction:start, a run-time error will be returned.