Skip to content

Commit

Permalink
Merge pull request #15872 from vickytong123/patch-22
Browse files Browse the repository at this point in the history
Update 服务端表达式.md
  • Loading branch information
v-zuofanye authored Jul 27, 2023
2 parents 6912c56 + 18ec8c7 commit 2079787
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@

>?**执行前条件**需要表达式返回**布尔值 Boolean** 类型数据。
### 工作流
#### 属性配置
假设已有开始节点配置了输入变量的工作流
![](https://qcloudimg.tencent-cloud.cn/raw/10aa5cc7ed4f3b0026f073b95355b69c.png)
如果想在审批节点中设定审批人为该输入变量中的某字段,将审批节点**任务接收人**类型选为表达式
![](https://qcloudimg.tencent-cloud.cn/raw/034ccb4c8c37d51c150e850be4ac5228.png)
在表达式编辑器页面,从右侧**参数**列表可以选择流程中的变量,从右侧**函数列表**对变量进行函数公式处理
![](https://qcloudimg.tencent-cloud.cn/raw/590ef810f71afe5cf926d01f182712cb.png)

#### 表达式元素
具体可参见 [高级活动-表达式](https://cloud.tencent.com/document/product/1301/77290#.E8.A1.A8.E8.BE.BE.E5.BC.8F)

## 基础语法
目前表达式仅支持单行表达式,可以进行数值、逻辑、变量提取、函数调用及混合调用。
Expand Down

0 comments on commit 2079787

Please sign in to comment.