# Control flow: Go to flow

Use the **Control Flow: Go** node to jump to another Flow. In the below example we use this node to jump to the Flow that is responsible for taking the callback note when we are closed.

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FuGU1CSAyKZzpEpsdNZsL%2Fimage.png?alt=media&#x26;token=002bce1c-ba9f-42c5-a735-fad2ea4011ed" alt=""><figcaption></figcaption></figure>

There is only one property required for this node. Use Flow to select the Flow to jump to.

{% hint style="info" %}
Be aware that changing the name of a Flow will not cause all the references to this Flow to be automatically adjusted. When a Flow name is changed, all references to it will effectively break.
{% endhint %}

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2F8oChM23iiBqcZ0jg0Ed1%2Fimage.png?alt=media&#x26;token=93551185-75d9-4030-9818-74a840ac92d2" alt=""><figcaption></figcaption></figure>

| Property | Description         |
| -------- | ------------------- |
| Flow     | Flow to redirect to |

{% hint style="info" %}
By default, a Flow will fall back to the previous Flow once executed. Make sure to finish with the [**Control Flow: Close**](https://manuals.dialox.ai/studio/flows/nodes/control-flow-close) node if you want to avoid this behaviour.
{% endhint %}

## Resources

* [control-flow-close](https://manuals.dialox.ai/studio/flows/nodes/control-flow-close "mention")
