> For the complete documentation index, see [llms.txt](https://docs-it.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-it.docbits.com/administration-and-setup/workflow/advanced-workflow-builder.md).

# Advanced Workflow

Il builder **Advanced Workflow** è un editor a grafo di nodi per i workflow che necessitano di ramificazioni, percorsi paralleli e controllo del flusso — oltre il modello lineare When/And/Then del builder Standard. Disponi i nodi su un canvas e li colleghi per definire il flusso di esecuzione.

{% embed url="<https://youtu.be/EeNFVR6z7G8>" %}
Advanced Workflow Designer
{% endembed %}

## Come accedere

Apri il designer Advanced Workflow dall'area dei workflow (il canvas del builder avanzato). Parti da un nodo **Start** e costruisci il flusso aggiungendo nodi.

<figure><img src="/files/7bOGN96KjyCJqZT4Uyuo" alt="Canvas a grafo di nodi Advanced Workflow con barra degli strumenti"><figcaption><p>Il canvas Advanced Workflow — un grafo di nodi con controlli di zoom, esecuzione, griglia e salvataggio. Assegna un nome al workflow nella barra degli strumenti.</p></figcaption></figure>

## Aggiungere nodi

Clicca su **+ Add** per aprire il menu dei nodi. Oltre alle familiari schede **When**, **And** e **Then**, il builder avanzato aggiunge nodi di controllo del flusso:

<figure><img src="/files/0JssTUF31YGbCp4PpmUO" alt="Menu Add di Advanced Workflow con i tipi di nodo"><figcaption><p>Il menu dei nodi <strong>+ Add</strong>: When / And / Then più Wait ALL, Wait ANY, OR e Note.</p></figcaption></figure>

* **When / And / Then** — le stesse schede di condizione e azione del builder Standard.
* **Wait ALL** — attende che *tutte* le ramificazioni in ingresso siano completate prima di continuare.
* **Wait ANY** — continua non appena *una qualsiasi* ramificazione in ingresso è completata.
* **OR** — dirama il flusso lungo percorsi alternativi.
* **Note** — un'annotazione di testo libero sul canvas (non influisce sull'esecuzione).

Esegui il flusso con il controllo di riproduzione, validalo e salvalo con il pulsante di salvataggio nella barra degli strumenti.

## Prossimi passi

* Scopri cosa fa ogni scheda nella sezione **Cards**.
* Per automazioni lineari semplici, il builder **Standard Workflow** è più rapido da configurare.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs-it.docbits.com/administration-and-setup/workflow/advanced-workflow-builder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
