Sleep or wait function without pausing flow?
Posted: 11 Mar 2014 15:11
I've got a flow that has two branches, one of which only executes if a condition is met. That branch has a sleep in it that pauses the whole flow (both branches) and I'd rather it didn't do that. Is there a function that will just wait a duration instead of pausing the entire flow?
Specifically, I'm having a notification box pop up if I receive an SMS. If the screen is locked, it unlocks first, then waits 15s and relocks the keyguard.
Specifically, I'm having a notification box pop up if I receive an SMS. If the screen is locked, it unlocks first, then waits 15s and relocks the keyguard.