diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-08 12:14:08 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-08 12:14:08 +0200 |
commit | 4c14395a640b3f0f1d0422b5ff7f840ebee8e92d (patch) | |
tree | c8c9db66e7bdcafbe4f2d9147c60475cea1a0daa /src/test/resources/example/xsl-validation/modelBpmnForVerif.json | |
parent | 25f65d0f6bd061facf88dab5859ddef1926dfecc (diff) |
Add Holmes to the Backend
Add support for Holmes boxes defined in GUI, Holmes model has been added
and also policy calls.
Change-Id: I2bbef0030b5174075792b459b7ced74aa2e8aad2
Issue-Id: CLAMP-27
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
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 |