# 流程应用开发与设计

- [流程开发设计入口](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/liu-cheng-kai-fa-she-ji-ru-kou.md)
- [应用创建及权限设置](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/ying-yong-chuang-jian-ji-quan-xian-she-zhi.md)
- [创建流程](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-liu-cheng.md)
- [新建流程](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-liu-cheng/xin-jian-liu-cheng.md)
- [新建活动](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)
- [修改活动属性](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-liu-cheng/untitled-3.md)
- [修改路由](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-liu-cheng/untitled-2.md)
- [保存流程](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-liu-cheng/untitled-1.md)
- [活动配置](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-liu-cheng/huo-dong-pei-zhi.md)
- [路由配置](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-liu-cheng/chuang-jian-lu-you.md)
- [创建表单](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-biao-dan-1.md)
- [创建表单](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-biao-dan-1/chuang-jian-biao-dan.md)
- [修改表单字段](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-biao-dan-1/xiu-gai-biao-dan-zi-duan.md)
- [保存表单](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chuang-jian-biao-dan-1/bao-cun-biao-dan.md)
- [常用事件脚本说明](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chang-yong-shi-jian-jiao-ben-shuo-ming.md)
- [数据字典配置](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/shu-ju-zi-dian-pei-zhi.md)
- [Excel数据导入数据网格（仅支持IE）](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/excel-shu-ju-dao-ru-shu-ju-wang-ge-jin-zhi-chi-ie.md): 将excel里的数据导入到表单的数据网格中去--仅支持IE
- [流程实际样例需求准备](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/liu-cheng-shi-ji-yang-li.md)
- [流程应用的导出导入](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/liu-cheng-ying-yong-de-dao-chu-dao-ru.md)
- [拆分流程样例](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/chai-fen-liu-cheng-yang-li.md)
- [流程服务调用环节使用](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/liu-cheng-fu-wu-tiao-yong-huan-jie-shi-yong.md)
- [服务地址URL动态参数](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/liu-cheng-fu-wu-tiao-yong-huan-jie-shi-yong/dong-tai-restful-fu-wu-url-can-shu.md): http://{hostip}:{port}/service.  多数情况下，我们需要在实际运行过程中动态指定流程中需要调用的服务的地址以及其他的URL参数，那么URL的参数化也需要有一个方法来实现，本章主要讲述此功能
- [自定义HTTP头信息](https://o2oa.gitbook.io/course/liu-cheng-guan-li/liu-cheng-ying-yong-kai-fa-yu-she-ji/liu-cheng-fu-wu-tiao-yong-huan-jie-shi-yong/zi-ding-yi-http-tou-xin-xi.md): 在很多时间，调用第三方系统服务的时候，需要指定的HTTPHEADER，需要带一些认证标识，或者其他第三方指定的信息，此时需要在发送请求时对httpHeader进行编辑，此篇上要讲述该功能


---

# 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.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.
