Flow can't continue if action sleep running somewhere

Post your questions and help other users.

Moderator: Martin

Post Reply
natong
Posts: 80
Joined: 29 Aug 2015 05:24

Flow can't continue if action sleep running somewhere

Post by natong » 23 Sep 2016 06:25

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 6310 times

natong
Posts: 80
Joined: 29 Aug 2015 05:24

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

Post by natong » 23 Sep 2016 06:38

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.

Post Reply