# 新建活动

报销审批过程：拟稿人申请——部门领导审核——财务部门复审——如果超过5000元需要公司领导审批——财务人员办理——结束。 根据审批过程，分析得出，我们需要以下活动节点： • 一个“开始活动”：代表流程开始； • 一个“结束活动”，代表流程结束； • 五个“人工活动”：用于申请人填写信息、部门领导审核、财务部门复审、公司领导审批和财务人员办理。 • 一个“选择活动”，用于判断金额控制流程走向。 流程模板中，已有一个“开始活动”、一个“结束活动”、一个“选择活动”和三个” 人工活动”，所以我们要创建两个人工活动。 在流程编辑界面的工具区，将人工活动拖动到流程编辑区域的任意位置，可以创建一个名为“未命名”的人工活动。我们创建两个，如下图：

![](/files/-LmTv66DC_BRfh8E_aac)


---

# Agent Instructions: 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:

```
GET https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-liu-cheng/untitled-4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
