# Manage flows synchronous

**URL:** https://discourse.nodered.org/t/manage-flows-synchronous/6250
**Category:** General
**Created:** [31 December 2018 06:23 UTC](https://discourse.nodered.org/t/manage-flows-synchronous/6250 "2018-12-31T06:23:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![akhilendharreddy](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/akhilendharreddy/32/6953_2.png) [@akhilendharreddy](https://discourse.nodered.org/u/akhilendharreddy)
#### Post date: [31 December 2018 06:23 UTC](https://discourse.nodered.org/t/manage-flows-synchronous/6250/1 "2018-12-31T06:23:16Z")

</div>

I have 5 flows in my project, i have to invoke my flows in such a way that if first flow complete then start next flow, how can i achieve this?

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [31 December 2018 07:02 UTC](https://discourse.nodered.org/t/manage-flows-synchronous/6250/2 "2018-12-31T07:02:40Z")

</div>

Send a message from the first flow that starts the next, via a link node or through MQTT or similar.

---

<div class="post-metadata">

### Author: ![Paul-Reed](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/paul-reed/32/66906_2.png) [@Paul-Reed](https://discourse.nodered.org/u/Paul-Reed)
#### Post date: [31 December 2018 09:59 UTC](https://discourse.nodered.org/t/manage-flows-synchronous/6250/3 "2018-12-31T09:59:06Z")

</div>

Have you had a look at [node-red-contrib-simple-message-queue (node) - Node-RED](https://flows.nodered.org/node/node-red-contrib-simple-message-queue)

> A simple queue node that stores incoming messages in a memory queue and uses a feedback from a following action or trigger message to release the next message stored in the queue
