Integration Cloud
6.6.0 |
Built-In Services
|
Built-In Services
|
Transaction:setTimeout
Transaction:setTimeout
Manually sets a transaction timeout interval for implicit and explicit transactions.
Input Parameters
timeoutSeconds
Integer
The number of seconds that the implicit or explicit transaction stays open before the transaction manager marks it for rollback.
Output Parameters
None.
Usage Notes
You must call this service before you call the
Transaction:start
service.
If the execution of a transaction takes longer than the transaction timeout interval, all transacted operations are rolled back.