delay without freezing the action?

Post your questions and help other users.

Moderator: Martin

Post Reply
brixx
Posts: 2
Joined: 12 Jun 2017 16:42

delay without freezing the action?

Post by brixx » 12 Jun 2017 19:13

Is there a way to delay some steps of an action without stopping the whole action?

If I have multiple things going on and at a certain step I put a sleep, the whole action executtion stops for that time...

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

Re: delay without freezing the action?

Post by Martin » 14 Jun 2017 19:02

Hi,

You can move the actions that should run in parallel to it's own flow (no trigger required, but the flow needs to be enabled) and then use action Execute Flows to start the flow.

Regards,
Martin

brixx
Posts: 2
Joined: 12 Jun 2017 16:42

Re: delay without freezing the action?

Post by brixx » 20 Jun 2017 17:25

Sorry for the late answer,

Thanks! Even though it is certainly not an elegant solution (havign two different flows) it works!

Post Reply