# Triggering a new flow

**URL:** https://discourse.nodered.org/t/triggering-a-new-flow/9584
**Category:** General
**Created:** [29 March 2019 18:47 UTC](https://discourse.nodered.org/t/triggering-a-new-flow/9584 "2019-03-29T18:47:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![KevinPamu](https://avatars.discourse-cdn.com/v4/letter/k/ba9def/32.png) [@KevinPamu](https://discourse.nodered.org/u/KevinPamu)
#### Post date: [29 March 2019 18:47 UTC](https://discourse.nodered.org/t/triggering-a-new-flow/9584/1 "2019-03-29T18:47:17Z")

</div>

I have been going through the forum to find a solution. I need to trigger another flow B when I finish a certain task on flow A. I read a little about sub-flows but not quite sure what is the best practice to do this. Any help would be appreciated.

Thank you.

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [29 March 2019 19:10 UTC](https://discourse.nodered.org/t/triggering-a-new-flow/9584/2 "2019-03-29T19:10:21Z")

</div>

Why are they two different flows rather than a continuation of one?

You could look at the `link` nodes which create "virtual" wires between nodes

---

<div class="post-metadata">

### Author: ![KevinPamu](https://avatars.discourse-cdn.com/v4/letter/k/ba9def/32.png) [@KevinPamu](https://discourse.nodered.org/u/KevinPamu)
#### Post date: [3 April 2019 14:32 UTC](https://discourse.nodered.org/t/triggering-a-new-flow/9584/3 "2019-04-03T14:32:26Z")

</div>

@ukmoose, I thought about having everything in the same flow but, I need this flow B to run at it's own set times but also run once a certain task is done on flow B. Also, Thank you so much for the suggestion it worked!
