Code Improvement
[clamp.git] / src / test / resources / example / modelBpmnProp.json
index 140a567..c8efff8 100644 (file)
@@ -1 +1,25 @@
-{"collector":[{"id":"Collector_", "from":"StartEvent_1"}],"stringMatch":[{"id":"StringMatch_", "from":"Collector_"}],"policy":[{"id":"Policy_", "from":"StringMatch_"}],"tca":[{"id":"TCA_", "from":""}]}
\ No newline at end of file
+{
+    "policy":
+    [
+        {
+            "id": "Policy_",
+            "from": "StartEvent_1"
+        }
+    ],
+
+    "tca":
+    [
+        {
+            "id": "TCA_",
+            "from": ""
+        }
+    ],
+
+    "customType":
+    [
+        {
+            "id": "CustomType_",
+            "from": ""
+        }
+    ]
+}
\ No newline at end of file