Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 01 数据模型触发.md #15871

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
当根据业务需求,数据模型执行一个操作后,触发一个流程。如提交请假后,触发请假流程。

## 操作步骤
1. 配置流程。
<img src = "https://qcloudimg.tencent-cloud.cn/raw/f596a3c0897817db550774b0fae9edb5.png" style = "width:80%">
2. 设置流程入参。
<img src = "https://qcloudimg.tencent-cloud.cn/raw/879885fbf4a4b9d26f179bd0a80880ac.png" style = "width:80%">
并设置输入变量。
<img src = "https://qcloudimg.tencent-cloud.cn/raw/23f5c0dac0ae6b2795f8625ddbbdd398.png" style = "width:80%">
3. 在数据模型下单击**新建事件处理**创建事件触发流程:
<img src = "https://qcloudimg.tencent-cloud.cn/raw/3e1953195007ab42b4255890f5cf2081.png" style = "width:80%">
1. 配置流程。添加审批节点,将**是否为审批开始节点**设为否
<img src = "https://qcloudimg.tencent-cloud.cn/raw/f915c49ec1f80483fc4e1deb888fb001.png" style = "width:80%">
>!数据模型触发流程情况下,流程中的第一个节点不能设置为审批开始节点
3. 设置流程入参。
<img src = "https://qcloudimg.tencent-cloud.cn/raw/dd39e3612ddbfd490463dc269392af39.png" style = "width:80%">
设置输入变量后保存流程
<img src = "https://qcloudimg.tencent-cloud.cn/raw/a45a0bafab5f782bb0aa0fc01b1c3e98.png" style = "width:80%">
>!为保证数据模型可触发,开始节点只能配置对象、对象列表类型字段。
4. 在数据模型下单击**新建事件处理**创建事件触发流程:
<img src = "https://qcloudimg.tencent-cloud.cn/raw/ac9c36ccbe0aa7a78c8837becb169ad0.png" style = "width:80%">
填写相关信息后单击**提交**。
<img src = "https://qcloudimg.tencent-cloud.cn/raw/d95634bf4448a3834bb92b5da06080cb.png" style = "width:80%">
>?
Expand Down