Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Integration Server Transaction Support | Built-In Services For Explicit Transactions | WmART.pub.art.transaction:setTransactionTimeout
 
WmART.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 overriding the Integration Server's transaction timeout interval. To change the server's default transaction timeout, see Changing the Integration Server's 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 WmART.pub.art.transaction:startTransaction service.
If the execution of a transaction takes longer than the transaction timeout interval, all current executions associated with the flow are cancelled and rolled back if necessary.
This service only overrides the transaction timeout interval for the flow service in which you call it.
Input Parameters
timeoutSeconds
java.lang.Integer The number of seconds that the implicit or explicit transaction stays open before the transaction manager aborts it.