> 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/fr/what-would-you-like-to-learn-about/platform-features/review-partner-applications/automate-partner-application-processing/set-application-workflow-execution-order.md).

# Définir l’ordre d’exécution du workflow des demandes

En réorganisant vos workflows d’application, vous pouvez contrôler l’ordre dans lequel ces workflows s’exécutent.

Lorsque plusieurs workflows ont des conditions qui se chevauchent, leur ordre peut conduire à des résultats différents. Par exemple, un *rejeter les partenaires en dehors des États-Unis* workflow et un *accepter tous les créateurs* workflow pourrait produire des résultats contradictoires pour un créateur situé en dehors des États-Unis. Si le workflow d’acceptation automatique s’exécute en premier, la demande sera approuvée. Si le workflow de rejet automatique s’exécute en premier, il sera rejeté.

1. Depuis le menu de navigation de gauche, sélectionnez ![](/files/15f4c8f88cb75624c1f6a18cb768e8f494128ac4) **\[Engage]** → **Partenaires** → **Automatisation** → **Workflows**.
2. Depuis l’écran Workflows, sélectionnez le **Application** onglet.
3. Dans le coin supérieur droit, sélectionnez **Réorganiser les workflows**.
4. Sur l’ *Réorganiser les workflows* fenêtre modale, utilisez la fonction de glisser-déposer pour réorganiser vos workflows.
5. Sélectionnez **Enregistrer**.

   * Vos workflows d’application devraient maintenant s’exécuter selon la nouvelle séquence.

   <div data-with-frame="true"><figure><img src="/files/8f064cb1b53e092b1062175171d6597e9475bfcf" 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/fr/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.
