diff options
author | 2020-05-27 16:24:56 +0000 | |
---|---|---|
committer | 2020-05-27 16:24:56 +0000 | |
commit | bacd489acc3d945584c2210f94225b1a2c1f6b38 (patch) | |
tree | 5dfe3040b25c7ed2838fc91886e82212ededcfea /src/test/resources/example/model-properties/custom/modelBpmn.json | |
parent | 02ff02a191d18cbb54a8d24607ee7f57a5f81835 (diff) | |
parent | 9e25792898ae648234239403374db8bb923bc180 (diff) |
Merge "Create SVG in UI"
Diffstat (limited to 'src/test/resources/example/model-properties/custom/modelBpmn.json')
-rw-r--r-- | src/test/resources/example/model-properties/custom/modelBpmn.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/test/resources/example/model-properties/custom/modelBpmn.json b/src/test/resources/example/model-properties/custom/modelBpmn.json deleted file mode 100644 index c8efff877..000000000 --- a/src/test/resources/example/model-properties/custom/modelBpmn.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "policy": - [ - { - "id": "Policy_", - "from": "StartEvent_1" - } - ], - - "tca": - [ - { - "id": "TCA_", - "from": "" - } - ], - - "customType": - [ - { - "id": "CustomType_", - "from": "" - } - ] -}
\ No newline at end of file |