> For the complete documentation index, see [llms.txt](https://docs.yoov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoov.com/yoov-work/zh-cn/shen-pi-guan-li/ru-he-she-zhi-fen-tiao-jian-shen-pi-liu-cheng.md).

# 如何设置分条件审批流程？

* 以请假审批为例，设定分条件流程： \
  条件一：当员工请假天数小于3天，且请假类型为年假 \
  条件二：当员工请假天数大于等于3天，且请假类型为年假
* 操作流程： \
  ① 进入流程设计，点选左侧 「分条件流程」 \
  ② 点选 「条件1」 ，按 「当员工请假天数小于3天，且请假类型为年假」 的要求进行设置，时长小于3，请假类型选择年假，设定后，点选 「保存」 \
  ③ 点选 「条件2」，按 「当员工请假天数大于等于3天，而请假类型为年假」 的要求进行设置，时长大于等于3，请假类型选择年假，设定后，点选 「保存」 \
  ④ 设定完后条件分支显示如下，再进行各分支的 「审核人」 和 「抄送人」 设定就可以

<figure><img src="/files/9mQu4aE2Ys60j6NP1d0c" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YzBiIMHGbcpgrV3c8CmC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vHXdni8YfB4Pyw0NlTZg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vMnWs7FdWUjS3G6fD9Uh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xENZKu0CFw0cM4bxDbKC" alt=""><figcaption></figcaption></figure>


---

# 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.yoov.com/yoov-work/zh-cn/shen-pi-guan-li/ru-he-she-zhi-fen-tiao-jian-shen-pi-liu-cheng.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.
