wsm
|
2deaf52ddf
|
新加监听器以及流程表达式函数
|
2026-05-06 08:33:56 +08:00 |
|
ye1023
|
99f33801e9
|
yxk-20260506-自定义流程表达式:
1、saveCurrentTaskAssigneeLocal保存当前节点办理人到子流程的局部变量中去
2、getSonProcessVariableString获取子流程变量,返回类型是String
|
2026-05-03 12:08:48 +08:00 |
|
ye1023
|
876af1c706
|
yxk-20260506-自定义流程表达式:
setProcessVariable可以写入主流程变量/子流程局部变量
增加了 taskId、executionId、local 字段
传 local: true 且有 taskId 时,通过 taskId 查当前 executionId
调用 runtimeService.setVariableLocal(executionId, 'subApproveUser', value)
不传 local/taskId/executionId 时,保持原来的 setVariable(processInstanceId, ...) 行为
|
2026-05-03 11:38:24 +08:00 |
|
ye1023
|
f7b6518038
|
yxk-20260506-自定义流程表达式:
setProcessVariable可以写入主流程变量/子流程局部变量
增加了 taskId、executionId、local 字段
传 local: true 且有 taskId 时,通过 taskId 查当前 executionId
调用 runtimeService.setVariableLocal(executionId, 'subApproveUser', value)
不传 local/taskId/executionId 时,保持原来的 setVariable(processInstanceId, ...) 行为
|
2026-05-03 11:37:24 +08:00 |
|
ye1023
|
1737dffef2
|
yxk-20260506-流程表达式:
1、getUsersListByDeptAndRole根据部门和角色id获取人员list
2、getSonProcessVariable根据子流程的变量名称,获取子流程的局部变量
|
2026-05-03 11:33:30 +08:00 |
|
ye1023
|
042c18baa2
|
yxk-20260430-增加setProcessVariable接口,设置流程变量
|
2026-04-30 11:15:52 +08:00 |
|
wsm
|
a77a63df31
|
实现根据输入的jsonData,deptId,以及roleId查询uesrNameList
|
2026-04-23 23:43:08 +08:00 |
|
ye1023
|
bea321c2e9
|
yxk-20260423-增加getJsondatastring方法,在流程中获取jsondata的数据
|
2026-04-23 10:56:29 +08:00 |
|
ye1023
|
9a65463105
|
yxk-20260409-集成流程引擎bpm代码
|
2026-04-09 15:55:31 +08:00 |
|