diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2017-09-14 08:43:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-14 08:43:11 +0000 |
commit | c0693995b071655b2b12275687ed8b5856275b03 (patch) | |
tree | 976f660c65234c352bf2e7958bc7e3983ee07d31 /src/test/resources/example/model-properties/modelBpmn.json | |
parent | c486f37c45d1afb516be0dd77bf9af03cb5251fd (diff) | |
parent | ff1b29770a38e58c7b8e59e567339c3f7921aa5c (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.json | 38 |
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 |