diff options
author | Sébastien Determe <sd378r@intl.att.com> | 2017-09-08 10:44:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-08 10:44:21 +0000 |
commit | f0c6215103464e860b756d9e781b7e4d34b30541 (patch) | |
tree | fc0caded616831b2d1ab41db39fedcb7364df0f0 /src/test/resources/example/xsl-validation/modelBpmnForVerif.json | |
parent | 72e904aa818b14e0f3d869c94cac3cb90930749e (diff) | |
parent | 4c14395a640b3f0f1d0422b5ff7f840ebee8e92d (diff) |
Merge "Add Holmes to the Backend"
Diffstat (limited to 'src/test/resources/example/xsl-validation/modelBpmnForVerif.json')
-rw-r--r-- | src/test/resources/example/xsl-validation/modelBpmnForVerif.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/test/resources/example/xsl-validation/modelBpmnForVerif.json b/src/test/resources/example/xsl-validation/modelBpmnForVerif.json new file mode 100644 index 000000000..1bef49a1a --- /dev/null +++ b/src/test/resources/example/xsl-validation/modelBpmnForVerif.json @@ -0,0 +1,38 @@ +{ + "collector": [ + { + "id": "Collector_", + "from": "StartEvent_1" + } + ], + "stringMatch": [ + { + "id": "StringMatch_0tw2y4f", + "from": "Collector_" + } + ], + "policy": [ + { + "id": "Policy_", + "from": "TCA_09hcdsx" + } + ], + "tca": [ + { + "id": "TCA_09hcdsx", + "from": "VesCollector_1kxjxy6" + } + ], + "vesCollector": [ + { + "id": "VesCollector_1kxjxy6", + "from": "Holmes_1fzdqp9" + } + ], + "holmes": [ + { + "id": "Holmes_1fzdqp9", + "from": "StringMatch_0tw2y4f" + } + ] +}
\ No newline at end of file |