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

# 设置申请工作流执行顺序

通过重新排序您的应用工作流，您可以控制这些工作流运行的顺序。

当多个工作流存在重叠条件时，它们的顺序可能会导致不同的结果。例如，一个 *拒绝美国境外的合作伙伴* 工作流和一个 *接受所有创作者* 工作流，可能会对位于美国境外的创作者产生冲突的结果。如果自动接受工作流先运行，申请将被批准。如果自动拒绝工作流先运行，它将被拒绝。

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **合作伙伴** → **自动化** → **工作流**.
2. 在“工作流”页面中，选择 **申请** 选项卡。
3. 在右上角，选择 **重新排序工作流**.
4. 在 *重新排序工作流* 模态窗口中，使用拖放功能重新排序您的工作流。
5. 选择 **保存**.

   * 您的申请工作流现在应根据新的顺序执行。

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