aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/modelBpmn.json
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2017-09-14 08:43:11 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-14 08:43:11 +0000
commitc0693995b071655b2b12275687ed8b5856275b03 (patch)
tree976f660c65234c352bf2e7958bc7e3983ee07d31 /src/test/resources/example/model-properties/modelBpmn.json
parentc486f37c45d1afb516be0dd77bf9af03cb5251fd (diff)
parentff1b29770a38e58c7b8e59e567339c3f7921aa5c (diff)
Merge "Add test to Holmes"
Diffstat (limited to 'src/test/resources/example/model-properties/modelBpmn.json')
-rw-r--r--src/test/resources/example/model-properties/modelBpmn.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/test/resources/example/model-properties/modelBpmn.json b/src/test/resources/example/model-properties/modelBpmn.json
new file mode 100644
index 000000000..4737174c5
--- /dev/null
+++ b/src/test/resources/example/model-properties/modelBpmn.json
@@ -0,0 +1,38 @@
+{
+ "collector": [
+ {
+ "id": "Collector_1c72ct5",
+ "from": "StartEvent_1"
+ }
+ ],
+ "stringMatch": [
+ {
+ "id": "StringMatch_05arstl",
+ "from": "Collector_1c72ct5"
+ }
+ ],
+ "policy": [
+ {
+ "id": "Policy_0honxgv",
+ "from": "TCA_1jy9to4"
+ }
+ ],
+ "tca": [
+ {
+ "id": "TCA_1jy9to4",
+ "from": "Holmes_0i4n2mm"
+ }
+ ],
+ "holmes": [
+ {
+ "id": "Holmes_0i4n2mm",
+ "from": "VesCollector_0orydnh"
+ }
+ ],
+ "vesCollector": [
+ {
+ "id": "VesCollector_0orydnh",
+ "from": "StringMatch_05arstl"
+ }
+ ]
+} \ No newline at end of file