Page 1 of 1

Problem with Sleep action

Posted: 07 Dec 2013 06:11
by apshergill91
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

Re: Problem with Sleep action

Posted: 07 Dec 2013 14:35
by Martin
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