Commit 77e23e21 by 罗建民

--story=1013884 --user=罗建民 工作流通知改造升级 https://www.tapd.cn/56664057/s/1131397

parent 1e5a35ce
Showing with 53 additions and 3 deletions
...@@ -1170,7 +1170,34 @@ ...@@ -1170,7 +1170,34 @@
"showComponent" "showComponent"
], ],
"detail_action_visible": true, "detail_action_visible": true,
"log_action_visible": false "log_action_visible": false,
"workflowNotify": {
"title": "提醒",
"prefilters": [
{
"property": "model_name",
"operator": "",
"value": "'Example1'"
},
{
"property": "process_name",
"value": "'提醒'"
},
{
"property": "finish_time",
"operator": "isnull",
"value": ""
},
{
"property": "task_begin_time__lte",
"value": "{{env.now.value}}"
},
{
"property": "task_end_time__gte",
"value": "{{env.now.value}}"
}
]
}
} }
], ],
"detail": { "detail": {
...@@ -1301,7 +1328,30 @@ ...@@ -1301,7 +1328,30 @@
"sections": [ "sections": [
] ]
} }
] ],
"workflowNotify": {
"title": "提醒",
"prefilters": [
{
"property": "process_name",
"value": "'提醒'"
},
{
"property": "finish_time",
"operator": "isnull",
"value": ""
},
{
"property": "model_name",
"operator": "",
"value": "'Example1'"
},
{
"property": "associate_id",
"value": "{{object.id.value}}"
}
]
}
}, },
"details": [ "details": [
{ {
...@@ -1387,7 +1437,7 @@ ...@@ -1387,7 +1437,7 @@
"name": "test_list", "name": "test_list",
"detailName": "detail1", "detailName": "detail1",
"appointProcessName": "测试流程", "appointProcessName": "测试流程",
"showSwitchComponent": false "showSwitchComponent": true
} }
], ],
"tagGroups": [ "tagGroups": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment