pub.art.transaction:commitTransaction
This service commits 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 run time error. For more information about implicit and explicit transactions, see Implicit and Explicit Transactions.
Input Parameters
| commitTransactionInput | 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:rollbackTransaction
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.