Hi Sumit,
I did it a while ago, probably in v8.5.5 or v8.5.7, but I can't remember exactly.
It's worth trying in lower environments, though. You can always check with IBM support for confirmation.
Thanks!
------------------------------
Atanu Roy
Lead Engineer
London Stock Exchange Group
------------------------------
Original Message:
Sent: Tue September 10, 2024 05:45 AM
From: Atanu Roy
Subject: Increase Service Flow Timeout on BAW
Hi Sumit,
I think what you are looking for is here - https://www.ibm.com/docs/en/bpm/8.6.0?topic=properties-configuring-transaction-timeouts
Hope this helps.
Thanks!
------------------------------
Atanu Roy
Lead Engineer
London Stock Exchange Group
Original Message:
Sent: Mon September 09, 2024 10:05 AM
From: Sumit Bhardwaj
Subject: Increase Service Flow Timeout on BAW
Hi All,
Because of some require requirements in a use case, we have a Service Flow inside a Client Side HS which sometimes runs in excess of 8-9 minutes. While the delay is acceptable to users, sometimes when the data load is high, the service flow is timing out.
We tried calling it directly in the flow of Human Service, using Service call UI toolkit coach view as well as from a custom coach view making an AJAX call. Turns out the problem is not with UI thread timing out but the service flow executor worker thread itself, at least it looks like that.
Is there a timeout value or something which can be increased to resolve this? The service is made up of multiple services and while we can think of decoupling them, the pass couple of IndexedMap objects between them, which when marshalled/un-marshalled on the UI layer become kinda corrupt.
Any suggestions?
------------------------------
Sumit Bhardwaj
------------------------------