> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/pt-br/what-would-you-like-to-learn-about/platform-features/review-partner-applications/automate-partner-application-processing/set-application-workflow-execution-order.md).

# Defina a ordem de execução do fluxo de trabalho da inscrição

Ao reordenar os fluxos de trabalho do seu aplicativo, você pode controlar a sequência em que esses fluxos são executados.

Quando vários fluxos de trabalho têm condições sobrepostas, a ordem deles pode levar a resultados diferentes. Por exemplo, um *rejeitar parceiros fora dos EUA* fluxo de trabalho e um *aceitar todos os criadores* fluxo de trabalho poderiam produzir परिणामados conflitantes para um criador localizado fora dos EUA. Se o fluxo de trabalho de aceitação automática for executado primeiro, a solicitação será aprovada. Se o fluxo de trabalho de rejeição automática for executado primeiro, ela será rejeitada.

1. No menu de navegação à esquerda, selecione ![](/files/160944180402269557074f48f2ece20bc35e8b4d) **\[Engage]** → **Parceiros** → **Automação** → **Fluxos de trabalho**.
2. Na tela Fluxos de trabalho, selecione a guia **Aplicativo** .
3. No canto superior direito, selecione **Reordenar fluxos de trabalho**.
4. No *Reordenar fluxos de trabalho* modal, use o recurso de arrastar e soltar para reordenar seus fluxos de trabalho.
5. Selecione **Salvar**.

   * Seus fluxos de trabalho do aplicativo agora devem ser executados com base na nova sequência.

   <div data-with-frame="true"><figure><img src="/files/762935a67c0472ecfa75c57d23901757f5835e43" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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://help.impact.com/brand/pt-br/what-would-you-like-to-learn-about/platform-features/review-partner-applications/automate-partner-application-processing/set-application-workflow-execution-order.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.
