When testing a flow with a delay of more than 10 seconds, the flow pauses indefinitely. I am concerned that this will also happen in my production flows. Is this expected behavior during testing?
If the flow has a pause of 10 seconds or less, it appears to complete successfully every time. Thank you.
That’s the expected behavior for it to show “paused” as the flow state, however now it doesn’t get “paused” indefinitely, it resumes after the passed time.
That’s the part I’m worried about. I need delays of minutes to hours, but it doesn’t resume if the delay is over 10 seconds.
For example, if the delay is 9 seconds, the flow state will switch to “paused” then resume after 9 seconds and complete successfully. If the delay is 11 seconds, the flow state will switch to “paused” indefinitely (does NOT resume).