From 84fbd74d56e80ae3c5304f379b5d828bd90d6564 Mon Sep 17 00:00:00 2001 From: LiuHao Date: Mon, 29 Jan 2024 18:12:06 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=89=A9=E5=B1=95flowable=20=20userin?= =?UTF-8?q?fo=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BpmnDesign/assets/moddle/flowable.ts | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/components/BpmnDesign/assets/moddle/flowable.ts b/src/components/BpmnDesign/assets/moddle/flowable.ts index c74f33c..d150c77 100644 --- a/src/components/BpmnDesign/assets/moddle/flowable.ts +++ b/src/components/BpmnDesign/assets/moddle/flowable.ts @@ -7,10 +7,31 @@ export default { }, 'associations': [], 'types': [ + { + 'name': 'flowable:extAssignee', + 'isAbstract': true, + 'extends': [], + 'superClass': ['Element'], + 'meta': { + 'allowedIn': ['*'] + }, + 'properties': [ + { + 'name': 'body', + 'type': 'String', + 'isMany': true + } + ] + }, { 'name': 'flowable:property', 'superClass': ['Element'], 'properties': [ + { + 'name': 'id', + 'isAttr': true, + 'type': 'String' + }, { 'name': 'name', 'isAttr': true, @@ -25,7 +46,12 @@ export default { }, { 'name': 'flowable:properties', + 'isAbstract': true, + 'extends': [], 'superClass': ['Element'], + 'meta': { + 'allowedIn': ['*'] + }, 'properties': [ { 'name': 'values',