> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow

> Redirects the flow to another workflow within the same project

The **Workflow** node lets you redirect the conversation from within a flow to another workflow in the same project. It's useful for splitting large automations into smaller, reusable flows.

<Note>
  Don't confuse it with the **[WhatsApp Flows](/en/guides/nodos/whatsapp-flows)** node — that node triggers a native WhatsApp form (Meta Flow) within the conversation, and has nothing to do with jumping to another workflow in the project.
</Note>

## Configuration

Select the target workflow from a dropdown listing all the project's workflows, sorted alphabetically.

<Steps>
  <Step title="Select the workflow">
    Click the node to open its configuration panel and choose the target workflow from the dropdown.
  </Step>

  <Step title="(Optional) Go to the target workflow">
    Use the **"Go to workflow"** button to open the selected workflow's canvas directly and edit it, without leaving the builder.
  </Step>
</Steps>

While no workflow is selected, the node shows **"Click to configure your workflow"**. If the configured workflow was deleted or is no longer available, the node shows a warning indicating it's unavailable.

## Data masking (DLP)

The node includes **Data Loss Prevention** settings to mask sensitive information in the logs generated by this node.

## Flow behavior

* The node has a single output — it doesn't distinguish between success and error, since it redirects the flow instead of making a call that could fail.
* Conversation context and variables are shared automatically between workflows; you don't need to map variables manually.

<Warning>
  This node isn't available inside a **developer skill** or **pocket skill** (for example, tools) — you can't insert a jump to another workflow in that context.
</Warning>
