Problem with Sleep action

Post your questions and help other users.

Moderator: Martin

Post Reply
apshergill91
Posts: 18
Joined: 07 Dec 2013 05:59

Problem with Sleep action

Post by apshergill91 » 07 Dec 2013 06:11

I developed flow in which i used slep action 2 time ,one for 30sec and another for 10sec.
But when i tried executing the flow both sleep produced delay which was equal to 30 sec(the largest one).

Click here to see the flow

Let me know what to do in order to produce different time delays.
----------------------------------------
Phone: HTC Desire V (Dual SIM)
Level: Begineer
Country: India
Language:English

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Problem with Sleep action

Post by Martin » 07 Dec 2013 14:35

Hi,

When a flow contains multiple execution paths (multiple red actions at the same time) Automagic waits until all currently executing actions are finished before it starts to execute the following actions.
If you need two truly independent parallel executing parts you can extract one part of the flow to a separate flow and use action 'Execute Flows' to execute the second flow.

Regards,
Martin

Post Reply