summaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/modelBpmn.json
diff options
context:
space:
mode:
authorxg353y <xg353y@intl.att.com>2017-09-27 13:21:21 +0200
committerxg353y <xg353y@intl.att.com>2017-09-27 17:41:27 +0200
commitbc25b72025a7b92c2b1bb7a3f0cfcd9ddedba001 (patch)
tree08a54b4fdb46718ccb79c95af289f119b6389888 /src/test/resources/example/model-properties/modelBpmn.json
parent608120c4b86ebf23713e14609d12883c0540e661 (diff)
Code Improvement
Change-Id: I703aabf234cb656b1faea3b5c0776d034d8ec807 Signed-off-by: xg353y <xg353y@intl.att.com> Issue-ID: CLAMP-54
Diffstat (limited to 'src/test/resources/example/model-properties/modelBpmn.json')
-rw-r--r--src/test/resources/example/model-properties/modelBpmn.json14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/test/resources/example/model-properties/modelBpmn.json b/src/test/resources/example/model-properties/modelBpmn.json
index 823641c73..8f7b8e61a 100644
--- a/src/test/resources/example/model-properties/modelBpmn.json
+++ b/src/test/resources/example/model-properties/modelBpmn.json
@@ -1,16 +1,4 @@
{
- "collector": [
- {
- "id": "Collector_1c72ct5",
- "from": "StartEvent_1"
- }
- ],
- "stringMatch": [
- {
- "id": "StringMatch_05arstl",
- "from": "Collector_1c72ct5"
- }
- ],
"policy": [
{
"id": "Policy_0honxgv",
@@ -32,7 +20,7 @@
"vesCollector": [
{
"id": "VesCollector_0orydnh",
- "from": "StringMatch_05arstl"
+ "from": "StartEvent_1"
}
]
}