function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sree KrishnanSree Krishnan 

Schedule Triggered Flow Pause Element

I have a Schedule Triggered Flow, which is running on Weekly Basis. Based on Some criteria it will fetch Contact Data it may 100-200 records and will Update those Records.
Also I have a Create Records Element which will create New 100-200 Records to the Contact Object.
Between these two Update & Create I have a Pause Element.
Pause without any Condition. But Resume after 1 Minute.
Instead of Pause for 1 Minute, I want some efficient way in Schedule Triggered Flow. Please sugggest.
SwethaSwetha (Salesforce Developers) 
Hi Krishnan,

What is the reason for having to wait 1 minute? Is the flow getting any data during the pause time?

Thanks
Sree KrishnanSree Krishnan
Hi Swetha, As it is a bulk data updation and Creation on the same Object itself. CPU time out error may occur.
SwethaSwetha (Salesforce Developers) 
I'd suggest reviewing the approach mentioned in 
https://salesforce.stackexchange.com/questions/265720/flow-error-apex-cpu-time-limit-exceeded

https://salesforce.stackexchange.com/questions/261532/breaking-a-flow-into-2-different-transactions/262240#262240

If this information helps, please mark the answer as best. Thank you