Page 1 of 1

Flow can't continue if action sleep running somewhere

Posted: 23 Sep 2016 06:25
by natong
I am designing a flow that flash image in custom widget.
If the sleep action/function/loop still processing, the other branchs can't continue.
The message dialog action will wait until the Sleep 5m action finished.
Screenshot_2016-09-23-13-15-32-482.jpg
Screenshot_2016-09-23-13-15-32-482.jpg (229.88 KiB) Viewed 6312 times

Re: Flow can't continue if action sleep running somewhere

Posted: 23 Sep 2016 06:38
by natong
I just read the explanation in topic "Does flow structure matter?"
http://automagic4android.com/forum/view ... f=5&t=5994

I think I need to have a separate flow for flashing the widget.

Sleep also interupt the parallel flow, can't stop flow until the sleep timeout.