aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/custom/modelBpmn.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/example/model-properties/custom/modelBpmn.json')
-rw-r--r--src/test/resources/example/model-properties/custom/modelBpmn.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/test/resources/example/model-properties/custom/modelBpmn.json b/src/test/resources/example/model-properties/custom/modelBpmn.json
new file mode 100644
index 00000000..c8efff87
--- /dev/null
+++ b/src/test/resources/example/model-properties/custom/modelBpmn.json
@@ -0,0 +1,25 @@
+{
+ "policy":
+ [
+ {
+ "id": "Policy_",
+ "from": "StartEvent_1"
+ }
+ ],
+
+ "tca":
+ [
+ {
+ "id": "TCA_",
+ "from": ""
+ }
+ ],
+
+ "customType":
+ [
+ {
+ "id": "CustomType_",
+ "from": ""
+ }
+ ]
+} \ No newline at end of file