Timouts in Flow Interview #275
Replies: 1 comment 2 replies
-
@melissajhansen I've pinged an old coworker of mine who is doing large bulk updates where the calling point for Apex Rollup is flow. We had made several improvements last year to the Flow engine part of Apex Rollup together to support their need for several thousand records to be updated at once. Which is to say - this is the first time I'm hearing of an issue like this in quite a while now, and I'm wondering if there are other (competing) flow automations which could be contributing to such a thing? I'm awaiting word to see if there was anything notable about their setup that we can pass on to you (looking at your screenshots, everything looks great though ...). Otherwise, let me know what else I can do to assist in troubleshooting. There's nothing that immediately comes to mind, on my end, as far as how you could be hitting a limit exception so early on in the process - but while there may not be rollup logs getting generated, I would imagine that despite that, looking at a debug log might help to see what's going on under the hood. |
Beta Was this translation helpful? Give feedback.
-
We've finally deployed Apex Rollups to my client's Production environment after quite a bit of testing, and the Production issue we're seeing is with timeouts that seem to occur during the flow interview.
Users are making bulk updates, and we see a CPU timeout in the flow itself, it doesn't make it far enough to show up in the APEX Rollup Logs.
The flow is the basic record-triggered flow that defers processing and uses the Perform Rollup__mdt-based rollup action. We have 5 rollups configured for this object (Opportunity)
Has anyone else run into this? I admittedly have much more experience with Apex than Flow, so perhaps I'm missing something basic about the flow setup? The only thing I think I can do to address this would be to switch to an Apex triggered rollup so that we bypass flow entirely, but of course it would be a bummer to lose the declarative-configuration aspect.
If anyone has any insights, I'd appreciate it!
Beta Was this translation helpful? Give feedback.
All reactions