Adapter for JDBC 10.3 | webMethods Adapter for JDBC Documentation | webMethods Adapter for JDBC Installation and User’s Documentation | Built-In Transaction Management Services | Built-In Transaction Management Services | pub.art.transaction:setTransactionTimeout
 
pub.art.transaction:setTransactionTimeout
This service enables you to manually set a transaction timeout interval for implicit and explicit transactions.
When you use this service, you are temporarily overriding the Integration Server transaction timeout interval. For information on changing the server's default transaction timeout, see Changing the Integration Server Transaction Timeout Interval.
You must call this service within a flow before the start of any implicit or explicit transactions. Implicit transactions start when you call an adapter service in a flow. Explicit transactions start when you call the pub.art.transaction:startTransaction service.
If the execution of a transaction takes longer than the transaction timeout interval, all transacted operations are rolled back.
This service only overrides the transaction timeout interval for the flow service in which you call it.
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.