Suspend action for 10 minutes after triggered

Hi guys!

Let’s say a node sends out a trigger. Is it possible to suspend further action from the node for the next 10 minutes? (Basically, pause the flow for 10 minutes after it has run once).

Thanks in advance for tips!

Yup! Use the delay node. That will pause execution for however long you need. It won’t pause the entire flow though; Just the message structure that it is inline with.