> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/br/workflows.md).

# Fluxos de trabalho

Crie um pipeline repetível uma vez e depois execute-o em novas entradas sempre que precisar.

Um fluxo de trabalho encadeia etapas para que um processo que você já elaborou possa ser executado novamente sem precisar reconstruí-lo. Comece executando um criado por outra pessoa e, depois, edite-o para torná-lo seu.\
\
Aqui está um guia completo para usar fluxos de trabalho no Morphic:

{% embed url="<https://www.youtube.com/watch?v=FTVRf9D4E_k>" %}

* [Explore fluxos de trabalho](/docs/br/workflows/explore-workflows.md): navegue pelo que já existe antes de começar do zero
* [Executar um fluxo de trabalho](/docs/br/workflows/run-a-workflow.md): forneça entradas e obtenha resultados
* [Criar um fluxo de trabalho](/docs/br/workflows/create-a-workflow.md): crie um a partir das suas próprias etapas
* [Editar um fluxo de trabalho](/docs/br/workflows/edit-a-workflow.md): altere etapas, entradas e saídas
* [Histórico de versões](/docs/br/workflows/version-history.md): volte para uma versão anterior
* [Fluxos de trabalho aninhados](/docs/br/workflows/nested-workflows.md): chame um fluxo de trabalho de dentro de outro
* [Compartilhar um fluxo de trabalho](/docs/br/workflows/share-a-workflow.md): passe-o para um colega de equipe ou publique-o

***

Se você tiver algum problema ou alguma dúvida, entre em contato. Teremos prazer em ajudar. Escreva para nós em [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/br/workflows.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.
