Commit c72eecfc by 罗建民

feat:新增启动工作流intent配置

parent 28e0a254
Showing with 15 additions and 2 deletions
...@@ -521,6 +521,17 @@ ...@@ -521,6 +521,17 @@
"processId": "{{object.getRunningProcessOrEmpty('测试流程').id}}", "processId": "{{object.getRunningProcessOrEmpty('测试流程').id}}",
"detailName": "default" "detailName": "default"
} }
},
{
"name": "startProcessIntent",
"label": "启动工作流Intent",
"model": "Example1",
"action": "startProcess",
"container": "dialog",
"when": "1",
"enabled": "1",
"parameters": {
}
} }
], ],
"mapping_defs": [ "mapping_defs": [
...@@ -681,12 +692,14 @@ ...@@ -681,12 +692,14 @@
"executeActionOther1", "executeActionOther1",
"showDetail", "showDetail",
"openSideWorkflowDetail", "openSideWorkflowDetail",
"addRemark" "addRemark",
"startProcessIntent"
], ],
"intents": [ "intents": [
"executeAction", "executeAction",
"showList", "showList",
"showWorkflowList" "showWorkflowList",
"startProcessIntent"
], ],
"pages": [ "pages": [
{ {
......
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