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
Problem with Sleep action
Moderator: Martin
Re: Problem with Sleep action
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
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