cpee 1.3.197 → 1.3.198

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a7db5db9880226cac36d87fcbaac5d6aa79aece
4
- data.tar.gz: 900fc76be60a67ac9575d837b17531a76da7e881
3
+ metadata.gz: f29bbb29a06c83e0fdca9390184e2b034bf8da96
4
+ data.tar.gz: b5e29bb76f169f56ecfdd572dbd3f2b2be0899de
5
5
  SHA512:
6
- metadata.gz: 39b912e7f85a8a880cea4ea3d3c00187996e4a561acff9ae48ae457b73de5b0e1bdbdfc33416bf0514c272cacebc1fa48d46b5401427b88cf1d8d283992c3b13
7
- data.tar.gz: dadc1b059cb3ee1d5b36df473b6538c72dff78a29b55cc3e5b553939dc57d0822a8a9f74160f27510db3553f8ac91c694fa01b6c497390ec90628131a0d07844
6
+ metadata.gz: 36d1c20427097d752d97bc80b048fd4af3c30576e9b5f62daab4ee8755a70f0f3c4b889ad46f29c810fbe5b410bdd8c6543028009130ae7e3aad840a9f0151d6
7
+ data.tar.gz: 678d187495fe5736a25392e0559f5fb1f9a3835d0a499fe4496fa876730f8dfa4633cc3f9f9d2e17887bc3f8a0f73f261e46d4d9df8e837ba41be1443ac2d904
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "1.3.197"
3
+ s.version = "1.3.198"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
@@ -35,7 +35,6 @@ class DefaultHandlerWrapper < WEEL::HandlerWrapperBase
35
35
 
36
36
  def initialize(arguments,endpoint=nil,position=nil,continue=nil) # {{{
37
37
  @controller = arguments[0]
38
- @log_hash = {}
39
38
  @handler_continue = continue
40
39
  @handler_endpoint = endpoint
41
40
  @handler_position = position
@@ -45,7 +44,6 @@ class DefaultHandlerWrapper < WEEL::HandlerWrapperBase
45
44
 
46
45
  def activity_handle(passthrough, parameters) # {{{
47
46
  @controller.notify("activity/calling", :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position, :passthrough => passthrough, :endpoint => @handler_endpoint, :parameters => parameters)
48
- result = []
49
47
  if passthrough.nil?
50
48
  params = []
51
49
  callback = Digest::MD5.hexdigest(Kernel::rand().to_s)
@@ -63,6 +61,7 @@ class DefaultHandlerWrapper < WEEL::HandlerWrapperBase
63
61
  params << Riddl::Header.new("CPEE_BASE",@controller.base_url)
64
62
  params << Riddl::Header.new("CPEE_INSTANCE",@controller.instance_url)
65
63
  params << Riddl::Header.new("CPEE_CALLBACK",@controller.instance_url + '/callbacks/' + callback)
64
+ params << Riddl::Header.new("CPEE_CALLBACK_ID",callback)
66
65
  params << Riddl::Header.new("CPEE_ACTIVITY",@handler_position)
67
66
  params << Riddl::Header.new("CPEE_LABEL",parameters[:label])
68
67
  @controller.attributes.each do |key,value|
@@ -138,7 +137,7 @@ class DefaultHandlerWrapper < WEEL::HandlerWrapperBase
138
137
  @controller.call_vote("activity/syncing_after", :endpoint => @handler_endpoint, :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position)
139
138
  end # }}}
140
139
  def vote_sync_before(parameters=nil) # {{{
141
- @controller.call_vote("activity/syncing_before", :endpoint => @handler_endpoint, :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position)
140
+ @controller.call_vote("activity/syncing_before", :endpoint => @handler_endpoint, :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position, :parameters => parameters)
142
141
  end # }}}
143
142
 
144
143
  def simplify_result(result)
@@ -0,0 +1,418 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <attributes>
3
+ <uuid>22502565-053e-4b7f-9bf0-735fd8b89093</uuid>
4
+ <info>Enter info here</info>
5
+ <modeltype>Signavio</modeltype>
6
+ <theme>default</theme>
7
+ </attributes>
8
+ <state>ready</state>
9
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
10
+ <positions/>
11
+ <dataelements/>
12
+ <endpoints>
13
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
14
+ </endpoints>
15
+ <dsl/>
16
+ <dslx>
17
+ <description xmlns="http://cpee.org/ns/description/1.0"/>
18
+ </dslx>
19
+ <status>
20
+ <id>0</id>
21
+ <message>undefined</message>
22
+ </status>
23
+ <description>
24
+ <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:signavio="http://www.signavio.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="Signavio Process Editor, http://www.signavio.com" exporterVersion="7.6.0" expressionLanguage="http://www.w3.org/1999/XPath" id="sid-d93c4439-55b6-449d-a00f-b18a373445b2" targetNamespace="http://www.signavio.com/bpmn20" typeLanguage="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://www.omg.org/spec/BPMN/2.0/20100501/BPMN20.xsd">
25
+ <itemDefinition id="timeout" isCollection="false" itemKind="Information"/>
26
+ <itemDefinition id="a_value" isCollection="false" itemKind="Information" structureRef="0"/>
27
+ <process id="sid-86dd6a07-9b5c-451c-a5ef-8fae7ac97daa" isClosed="false" isExecutable="false" processType="None">
28
+ <property id="sid-55731682-d7b9-4a31-81e7-8df5f3ec067c" itemSubjectRef="timeout">
29
+ <dataState id="sid-f06431c2-7259-47bc-9ccd-5745d4a72e13" name="cpee:endpoint"/>
30
+ </property>
31
+ <property id="sid-85933793-b131-4572-809e-183fb9b2c976" itemSubjectRef="a_value" name="a">
32
+ <dataState id="sid-97de595e-a0e4-4731-ba22-e22a087be7fc" name="cpee:dataelement"/>
33
+ </property>
34
+ <task completionQuantity="1" id="sid-88FB8C16-1E86-4094-A856-44914C13E58C" isForCompensation="false" name="Supply Electric Parts" startQuantity="1">
35
+ <extensionElements>
36
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
37
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
38
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
39
+ </extensionElements>
40
+ <incoming>sid-26C852F0-606E-40B6-8072-AA2913E0CAE1</incoming>
41
+ <outgoing>sid-251AFD13-AF99-4C31-A555-6C25E14B51F1</outgoing>
42
+ <ioSpecification id="sid-d9772e84-d09d-4680-9f2b-9d141813a988">
43
+ <dataInput id="sid-ae42a554-dca6-472f-9d57-c9df094bf8ec" itemSubjectRef="1" name="timeout"/>
44
+ <dataOutput id="result" isCollection="true" name="result"/>
45
+ </ioSpecification>
46
+ <property id="sid-6014a2ed-8358-4372-b0d0-6e1bc348dff6" itemSubjectRef="timeout" name="cpee:endpoint"/>
47
+ <property id="sid-9177c879-6535-4c02-9f12-dddbcdb73aed" itemSubjectRef="post" name="cpee:method"/>
48
+ <dataOutputAssociation id="sid-13839b0e-cfb7-41d4-9e9c-9eead89eae18">
49
+ <sourceRef>result</sourceRef>
50
+ <targetRef>sid-12963E9F-0AE6-49FF-9E25-1D4B21C1A3FE</targetRef>
51
+ </dataOutputAssociation>
52
+ </task>
53
+ <task completionQuantity="1" id="sid-4FD7796A-0591-44C7-9CD4-396E1E1FB1AC" isForCompensation="false" name="Develop Control System" startQuantity="1">
54
+ <extensionElements>
55
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
56
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
57
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
58
+ </extensionElements>
59
+ <incoming>sid-D1319484-3DB2-4E5B-B7B2-EB30A7D2B1CF</incoming>
60
+ <outgoing>sid-CFAF302A-C563-442C-A784-53ABAE79C1C6</outgoing>
61
+ <ioSpecification id="sid-50a04366-2fcd-48a3-9aaa-11fca270edb9">
62
+ <dataInput id="sid-ee0ad8cc-387a-4cdf-851d-c673d0302dbb" itemSubjectRef="1" name="timeout"/>
63
+ <dataOutput id="result" isCollection="true" name="result"/>
64
+ </ioSpecification>
65
+ <property id="sid-45afb296-747c-4099-ba89-e2e4973e6505" itemSubjectRef="timeout" name="cpee:endpoint"/>
66
+ <property id="sid-7dfea710-0a26-4185-b75b-fed41e2d8c71" itemSubjectRef="post" name="cpee:method"/>
67
+ <dataOutputAssociation id="sid-52d02d4c-cab3-4be0-97ad-c08b0fe46ccb">
68
+ <sourceRef>result</sourceRef>
69
+ <targetRef>sid-66AC080D-B3A7-42DC-852D-FA795205DD77</targetRef>
70
+ </dataOutputAssociation>
71
+ </task>
72
+ <parallelGateway gatewayDirection="Diverging" id="sid-910FD5F0-8A51-40F8-B62F-1D77AC354714" name="">
73
+ <extensionElements>
74
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
75
+ </extensionElements>
76
+ <incoming>sid-26AB7879-1D20-4C79-8855-E26CD98858B5</incoming>
77
+ <outgoing>sid-6179690C-9EE3-4DD0-A099-EFADC2E145BE</outgoing>
78
+ <outgoing>sid-2EF95CE5-F2A8-4FFD-96AB-04681FD00CBC</outgoing>
79
+ <outgoing>sid-7EEBE774-AA81-4EFE-AC27-AB27457A04B4</outgoing>
80
+ </parallelGateway>
81
+ <parallelGateway gatewayDirection="Diverging" id="sid-5537C309-0BAD-42C3-9355-BC1DD2D47C22" name="">
82
+ <extensionElements>
83
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
84
+ </extensionElements>
85
+ <incoming>sid-2EF95CE5-F2A8-4FFD-96AB-04681FD00CBC</incoming>
86
+ <outgoing>sid-D1319484-3DB2-4E5B-B7B2-EB30A7D2B1CF</outgoing>
87
+ <outgoing>sid-26C852F0-606E-40B6-8072-AA2913E0CAE1</outgoing>
88
+ </parallelGateway>
89
+ <task completionQuantity="1" id="sid-D4C03035-FFE9-45A0-9958-E0072D8E7D69" isForCompensation="false" name="Supply Mechanical Parts" startQuantity="1">
90
+ <extensionElements>
91
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
92
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
93
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
94
+ </extensionElements>
95
+ <incoming>sid-6179690C-9EE3-4DD0-A099-EFADC2E145BE</incoming>
96
+ <outgoing>sid-9DDE1E44-9666-4BF6-AD2A-3975593D05C6</outgoing>
97
+ <ioSpecification id="sid-73764e8b-065e-4cd8-ac35-0f33d6ebea32">
98
+ <dataInput id="sid-1ad68514-5c98-4a5b-8f17-904c238e73a7" itemSubjectRef="1" name="timeout"/>
99
+ </ioSpecification>
100
+ <property id="sid-0b6d2680-06e6-4dd5-86a8-6ef997e9a875" itemSubjectRef="timeout" name="cpee:endpoint"/>
101
+ <property id="sid-ec7b30a3-7de0-4dc1-b358-bb58522437bf" itemSubjectRef="post" name="cpee:method"/>
102
+ </task>
103
+ <task completionQuantity="1" id="sid-CE44030B-094E-4ABE-A20C-2B26A4E0C1E2" isForCompensation="false" name="Produce Mechanical Parts (A-Z)" startQuantity="1">
104
+ <extensionElements>
105
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
106
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
107
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
108
+ </extensionElements>
109
+ <incoming>sid-9DDE1E44-9666-4BF6-AD2A-3975593D05C6</incoming>
110
+ <outgoing>sid-B4688F04-107F-4C91-8765-72E0AD7B991F</outgoing>
111
+ <ioSpecification id="sid-af9c80da-cd96-400e-9f9d-9dd5d05d1f4f">
112
+ <dataInput id="sid-b0e967a8-aaae-47f5-9de4-e9266018a8f9" itemSubjectRef="1" name="timeout"/>
113
+ </ioSpecification>
114
+ <property id="sid-4bcf3005-b673-4706-affe-f66e3b9feb18" itemSubjectRef="timeout" name="cpee:endpoint"/>
115
+ <property id="sid-2aeb2d90-52af-4a31-b55a-b01278471a7a" itemSubjectRef="post" name="cpee:method"/>
116
+ </task>
117
+ <task completionQuantity="1" id="sid-E06AE736-3F81-4E20-9AE2-F9F52061309F" isForCompensation="false" name="Produce Headcap System" startQuantity="1">
118
+ <extensionElements>
119
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
120
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
121
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
122
+ </extensionElements>
123
+ <incoming>sid-7EEBE774-AA81-4EFE-AC27-AB27457A04B4</incoming>
124
+ <outgoing>sid-CD462A1D-0C76-424F-9085-73C84459EF14</outgoing>
125
+ <ioSpecification id="sid-3fbfc3e6-1410-4e34-9acf-8480fd38a858">
126
+ <dataInput id="sid-38d082ae-9fa2-4052-aa6e-6506587e1ba7" itemSubjectRef="1" name="timeout"/>
127
+ </ioSpecification>
128
+ <property id="sid-89181b0a-0d5f-4d84-82b6-ad6e1da76f56" itemSubjectRef="timeout" name="cpee:endpoint"/>
129
+ <property id="sid-dbf5242b-f1f4-45aa-adb3-6440a471cd27" itemSubjectRef="post" name="cpee:method"/>
130
+ </task>
131
+ <parallelGateway gatewayDirection="Converging" id="sid-81624A80-01FD-49D8-A715-7BFB5872D592" name="">
132
+ <extensionElements>
133
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
134
+ </extensionElements>
135
+ <incoming>sid-CD462A1D-0C76-424F-9085-73C84459EF14</incoming>
136
+ <incoming>sid-370B7A55-034C-4013-B017-65283DE42235</incoming>
137
+ <incoming>sid-B4688F04-107F-4C91-8765-72E0AD7B991F</incoming>
138
+ <incoming>sid-DF56366D-CB88-4862-B2F4-BBE460C622B8</incoming>
139
+ <outgoing>sid-A30F7AA5-4D5D-489A-B2C0-E5C9F79A2062</outgoing>
140
+ </parallelGateway>
141
+ <task completionQuantity="1" id="sid-AC85624C-6560-4B37-ACF5-A5DF723B7234" isForCompensation="false" name="Systems Integration A" startQuantity="1">
142
+ <extensionElements>
143
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
144
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
145
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
146
+ </extensionElements>
147
+ <incoming>sid-B54B344C-47A8-4514-853B-61EB9367206B</incoming>
148
+ <outgoing>sid-7447C494-103C-419E-ADE7-2634AB5FAE9D</outgoing>
149
+ <ioSpecification id="sid-7595d340-7d8a-4234-a46e-1f8d7e49197b">
150
+ <dataInput id="sid-644baf17-4345-440b-9c3a-c630253eb6b0" itemSubjectRef="1" name="timeout"/>
151
+ </ioSpecification>
152
+ <property id="sid-99f0fb00-ee4f-4dcd-88eb-938bf6675126" itemSubjectRef="timeout" name="cpee:endpoint"/>
153
+ <property id="sid-991dbfda-bf75-45d5-afa9-048fb8cc20cf" itemSubjectRef="post" name="cpee:method"/>
154
+ </task>
155
+ <endEvent id="sid-9AB31D77-0CA6-4DC2-B351-869B01754E73" name="">
156
+ <extensionElements>
157
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
158
+ </extensionElements>
159
+ <incoming>sid-496C97A6-0BA4-44CF-9243-823353C2FD35</incoming>
160
+ </endEvent>
161
+ <startEvent id="sid-AEC32D64-B1C7-49FF-A19E-198D4EC54670" isInterrupting="true" name="">
162
+ <extensionElements>
163
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
164
+ <signavio:signavioMetaData metaKey="viaitsystem" metaValue=""/>
165
+ </extensionElements>
166
+ <outgoing>sid-26AB7879-1D20-4C79-8855-E26CD98858B5</outgoing>
167
+ <messageEventDefinition id="sid-dd689551-fa0a-4354-a6d2-4147d9c34f4e"/>
168
+ </startEvent>
169
+ <exclusiveGateway gatewayDirection="Diverging" id="sid-2FFACE6E-6833-4A75-8200-9D1DF8B5D62B" name="">
170
+ <extensionElements>
171
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
172
+ </extensionElements>
173
+ <incoming>sid-A30F7AA5-4D5D-489A-B2C0-E5C9F79A2062</incoming>
174
+ <outgoing>sid-B54B344C-47A8-4514-853B-61EB9367206B</outgoing>
175
+ <outgoing>sid-2F2C2802-391C-44B3-ABB2-C50D2F68CC32</outgoing>
176
+ </exclusiveGateway>
177
+ <exclusiveGateway gatewayDirection="Converging" id="sid-754592E8-EA59-4327-9106-3C6955EF6B36" name="">
178
+ <extensionElements>
179
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
180
+ </extensionElements>
181
+ <incoming>sid-82ADFF33-361F-4096-935C-C4E2E09C2A27</incoming>
182
+ <incoming>sid-7447C494-103C-419E-ADE7-2634AB5FAE9D</incoming>
183
+ <outgoing>sid-496C97A6-0BA4-44CF-9243-823353C2FD35</outgoing>
184
+ </exclusiveGateway>
185
+ <task completionQuantity="1" id="sid-061DA4F1-581F-4F62-BD97-F291C1867FC4" isForCompensation="false" name="Systems Integration B" startQuantity="1">
186
+ <extensionElements>
187
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
188
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
189
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
190
+ </extensionElements>
191
+ <incoming>sid-2F2C2802-391C-44B3-ABB2-C50D2F68CC32</incoming>
192
+ <outgoing>sid-82ADFF33-361F-4096-935C-C4E2E09C2A27</outgoing>
193
+ <ioSpecification id="sid-ee6acaec-11ed-4c13-92ed-fcb528eb4895">
194
+ <dataInput id="sid-497f066d-6664-48d3-a2db-c3a529893ab4" itemSubjectRef="1" name="timeout"/>
195
+ </ioSpecification>
196
+ <property id="sid-8f16aab2-6970-4b5d-8b1c-a234c672571f" itemSubjectRef="timeout" name="cpee:endpoint"/>
197
+ <property id="sid-d5ed2acc-ce4b-4e04-9fa2-206e6b670389" itemSubjectRef="post" name="cpee:method"/>
198
+ </task>
199
+ <scriptTask completionQuantity="1" id="sid-66AC080D-B3A7-42DC-852D-FA795205DD77" isForCompensation="false" name="BS" scriptFormat="application/javascript" startQuantity="1">
200
+ <extensionElements>
201
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
202
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
203
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
204
+ </extensionElements>
205
+ <incoming>sid-CFAF302A-C563-442C-A784-53ABAE79C1C6</incoming>
206
+ <outgoing>sid-370B7A55-034C-4013-B017-65283DE42235</outgoing>
207
+ <script>data.a = 'path 1'
208
+ </script>
209
+ </scriptTask>
210
+ <scriptTask completionQuantity="1" id="sid-12963E9F-0AE6-49FF-9E25-1D4B21C1A3FE" isForCompensation="false" name="CS" scriptFormat="application/javascript" startQuantity="1">
211
+ <extensionElements>
212
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
213
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
214
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
215
+ </extensionElements>
216
+ <incoming>sid-251AFD13-AF99-4C31-A555-6C25E14B51F1</incoming>
217
+ <outgoing>sid-DF56366D-CB88-4862-B2F4-BBE460C622B8</outgoing>
218
+ <script>data.a = 'path 2'
219
+ </script>
220
+ </scriptTask>
221
+ <sequenceFlow id="sid-26AB7879-1D20-4C79-8855-E26CD98858B5" isImmediate="true" name="" sourceRef="sid-AEC32D64-B1C7-49FF-A19E-198D4EC54670" targetRef="sid-910FD5F0-8A51-40F8-B62F-1D77AC354714"/>
222
+ <sequenceFlow id="sid-6179690C-9EE3-4DD0-A099-EFADC2E145BE" isImmediate="true" name="" sourceRef="sid-910FD5F0-8A51-40F8-B62F-1D77AC354714" targetRef="sid-D4C03035-FFE9-45A0-9958-E0072D8E7D69"/>
223
+ <sequenceFlow id="sid-2EF95CE5-F2A8-4FFD-96AB-04681FD00CBC" isImmediate="true" name="" sourceRef="sid-910FD5F0-8A51-40F8-B62F-1D77AC354714" targetRef="sid-5537C309-0BAD-42C3-9355-BC1DD2D47C22"/>
224
+ <sequenceFlow id="sid-82ADFF33-361F-4096-935C-C4E2E09C2A27" isImmediate="true" name="" sourceRef="sid-061DA4F1-581F-4F62-BD97-F291C1867FC4" targetRef="sid-754592E8-EA59-4327-9106-3C6955EF6B36"/>
225
+ <sequenceFlow id="sid-A30F7AA5-4D5D-489A-B2C0-E5C9F79A2062" isImmediate="true" name="" sourceRef="sid-81624A80-01FD-49D8-A715-7BFB5872D592" targetRef="sid-2FFACE6E-6833-4A75-8200-9D1DF8B5D62B"/>
226
+ <sequenceFlow id="sid-7447C494-103C-419E-ADE7-2634AB5FAE9D" isImmediate="true" name="" sourceRef="sid-AC85624C-6560-4B37-ACF5-A5DF723B7234" targetRef="sid-754592E8-EA59-4327-9106-3C6955EF6B36"/>
227
+ <sequenceFlow id="sid-CD462A1D-0C76-424F-9085-73C84459EF14" isImmediate="true" name="" sourceRef="sid-E06AE736-3F81-4E20-9AE2-F9F52061309F" targetRef="sid-81624A80-01FD-49D8-A715-7BFB5872D592"/>
228
+ <sequenceFlow id="sid-D1319484-3DB2-4E5B-B7B2-EB30A7D2B1CF" isImmediate="true" name="" sourceRef="sid-5537C309-0BAD-42C3-9355-BC1DD2D47C22" targetRef="sid-4FD7796A-0591-44C7-9CD4-396E1E1FB1AC"/>
229
+ <sequenceFlow id="sid-9DDE1E44-9666-4BF6-AD2A-3975593D05C6" isImmediate="true" name="" sourceRef="sid-D4C03035-FFE9-45A0-9958-E0072D8E7D69" targetRef="sid-CE44030B-094E-4ABE-A20C-2B26A4E0C1E2"/>
230
+ <sequenceFlow id="sid-7EEBE774-AA81-4EFE-AC27-AB27457A04B4" isImmediate="true" name="" sourceRef="sid-910FD5F0-8A51-40F8-B62F-1D77AC354714" targetRef="sid-E06AE736-3F81-4E20-9AE2-F9F52061309F"/>
231
+ <sequenceFlow id="sid-26C852F0-606E-40B6-8072-AA2913E0CAE1" isImmediate="true" name="" sourceRef="sid-5537C309-0BAD-42C3-9355-BC1DD2D47C22" targetRef="sid-88FB8C16-1E86-4094-A856-44914C13E58C"/>
232
+ <sequenceFlow id="sid-496C97A6-0BA4-44CF-9243-823353C2FD35" isImmediate="true" name="" sourceRef="sid-754592E8-EA59-4327-9106-3C6955EF6B36" targetRef="sid-9AB31D77-0CA6-4DC2-B351-869B01754E73"/>
233
+ <sequenceFlow id="sid-370B7A55-034C-4013-B017-65283DE42235" isImmediate="true" name="" sourceRef="sid-66AC080D-B3A7-42DC-852D-FA795205DD77" targetRef="sid-81624A80-01FD-49D8-A715-7BFB5872D592"/>
234
+ <sequenceFlow id="sid-B4688F04-107F-4C91-8765-72E0AD7B991F" isImmediate="true" name="" sourceRef="sid-CE44030B-094E-4ABE-A20C-2B26A4E0C1E2" targetRef="sid-81624A80-01FD-49D8-A715-7BFB5872D592"/>
235
+ <sequenceFlow id="sid-CFAF302A-C563-442C-A784-53ABAE79C1C6" name="" sourceRef="sid-4FD7796A-0591-44C7-9CD4-396E1E1FB1AC" targetRef="sid-66AC080D-B3A7-42DC-852D-FA795205DD77"/>
236
+ <sequenceFlow id="sid-B54B344C-47A8-4514-853B-61EB9367206B" isImmediate="true" name="" sourceRef="sid-2FFACE6E-6833-4A75-8200-9D1DF8B5D62B" targetRef="sid-AC85624C-6560-4B37-ACF5-A5DF723B7234">
237
+ <conditionExpression id="sid-51a21f73-3a6b-449d-8b60-3f2a1b60f350" xsi:type="tFormalExpression">data.a == 'path 1'</conditionExpression>
238
+ </sequenceFlow>
239
+ <sequenceFlow id="sid-2F2C2802-391C-44B3-ABB2-C50D2F68CC32" isImmediate="true" name="" sourceRef="sid-2FFACE6E-6833-4A75-8200-9D1DF8B5D62B" targetRef="sid-061DA4F1-581F-4F62-BD97-F291C1867FC4">
240
+ <conditionExpression id="sid-0bc6f6dd-deb5-4afd-b985-f1c7d8845d39" xsi:type="tFormalExpression">data.a == 'path 2'</conditionExpression>
241
+ </sequenceFlow>
242
+ <sequenceFlow id="sid-251AFD13-AF99-4C31-A555-6C25E14B51F1" name="" sourceRef="sid-88FB8C16-1E86-4094-A856-44914C13E58C" targetRef="sid-12963E9F-0AE6-49FF-9E25-1D4B21C1A3FE"/>
243
+ <sequenceFlow id="sid-DF56366D-CB88-4862-B2F4-BBE460C622B8" isImmediate="true" name="" sourceRef="sid-12963E9F-0AE6-49FF-9E25-1D4B21C1A3FE" targetRef="sid-81624A80-01FD-49D8-A715-7BFB5872D592"/>
244
+ </process>
245
+ <bpmndi:BPMNDiagram id="sid-bb29a268-8d7b-4b1f-95ec-1a4100817bd9">
246
+ <bpmndi:BPMNPlane bpmnElement="sid-86dd6a07-9b5c-451c-a5ef-8fae7ac97daa" id="sid-fcf28779-06de-4aa3-8b73-2b956ed81a85">
247
+ <bpmndi:BPMNShape bpmnElement="sid-88FB8C16-1E86-4094-A856-44914C13E58C" id="sid-88FB8C16-1E86-4094-A856-44914C13E58C_gui">
248
+ <omgdc:Bounds height="80.0" width="100.0" x="495.0" y="262.5"/>
249
+ <bpmndi:BPMNLabel>
250
+ <omgdc:Bounds height="24.0" width="87.42857360839844" x="501.2857131958008" y="289.5"/>
251
+ </bpmndi:BPMNLabel>
252
+ </bpmndi:BPMNShape>
253
+ <bpmndi:BPMNShape bpmnElement="sid-4FD7796A-0591-44C7-9CD4-396E1E1FB1AC" id="sid-4FD7796A-0591-44C7-9CD4-396E1E1FB1AC_gui">
254
+ <omgdc:Bounds height="80.0" width="100.0" x="495.0" y="178.49999311566376"/>
255
+ <bpmndi:BPMNLabel>
256
+ <omgdc:Bounds height="36.0" width="48.0" x="521.0" y="199.49999311566376"/>
257
+ </bpmndi:BPMNLabel>
258
+ </bpmndi:BPMNShape>
259
+ <bpmndi:BPMNShape bpmnElement="sid-910FD5F0-8A51-40F8-B62F-1D77AC354714" id="sid-910FD5F0-8A51-40F8-B62F-1D77AC354714_gui">
260
+ <omgdc:Bounds height="40.0" width="40.0" x="285.0" y="387.5"/>
261
+ </bpmndi:BPMNShape>
262
+ <bpmndi:BPMNShape bpmnElement="sid-5537C309-0BAD-42C3-9355-BC1DD2D47C22" id="sid-5537C309-0BAD-42C3-9355-BC1DD2D47C22_gui">
263
+ <omgdc:Bounds height="39.99999999999997" width="40.0" x="390.0" y="237.49999508261695"/>
264
+ </bpmndi:BPMNShape>
265
+ <bpmndi:BPMNShape bpmnElement="sid-D4C03035-FFE9-45A0-9958-E0072D8E7D69" id="sid-D4C03035-FFE9-45A0-9958-E0072D8E7D69_gui">
266
+ <omgdc:Bounds height="80.0" width="100.0" x="360.0" y="367.5"/>
267
+ <bpmndi:BPMNLabel>
268
+ <omgdc:Bounds height="36.0" width="62.57142639160156" x="378.7142868041992" y="388.5"/>
269
+ </bpmndi:BPMNLabel>
270
+ </bpmndi:BPMNShape>
271
+ <bpmndi:BPMNShape bpmnElement="sid-CE44030B-094E-4ABE-A20C-2B26A4E0C1E2" id="sid-CE44030B-094E-4ABE-A20C-2B26A4E0C1E2_gui">
272
+ <omgdc:Bounds height="80.0" width="100.0" x="495.0" y="367.5"/>
273
+ <bpmndi:BPMNLabel>
274
+ <omgdc:Bounds height="36.0" width="68.57142639160156" x="510.7142868041992" y="388.5"/>
275
+ </bpmndi:BPMNLabel>
276
+ </bpmndi:BPMNShape>
277
+ <bpmndi:BPMNShape bpmnElement="sid-E06AE736-3F81-4E20-9AE2-F9F52061309F" id="sid-E06AE736-3F81-4E20-9AE2-F9F52061309F_gui">
278
+ <omgdc:Bounds height="80.0" width="100.0" x="360.0" y="477.5"/>
279
+ <bpmndi:BPMNLabel>
280
+ <omgdc:Bounds height="36.0" width="50.57142639160156" x="384.7142868041992" y="498.5"/>
281
+ </bpmndi:BPMNLabel>
282
+ </bpmndi:BPMNShape>
283
+ <bpmndi:BPMNShape bpmnElement="sid-81624A80-01FD-49D8-A715-7BFB5872D592" id="sid-81624A80-01FD-49D8-A715-7BFB5872D592_gui">
284
+ <omgdc:Bounds height="40.0" width="40.0" x="755.0" y="387.5"/>
285
+ </bpmndi:BPMNShape>
286
+ <bpmndi:BPMNShape bpmnElement="sid-AC85624C-6560-4B37-ACF5-A5DF723B7234" id="sid-AC85624C-6560-4B37-ACF5-A5DF723B7234_gui">
287
+ <omgdc:Bounds height="80.0" width="100.0" x="907.999" y="321.99999262392544"/>
288
+ <bpmndi:BPMNLabel>
289
+ <omgdc:Bounds height="24.0" width="79.71429443359375" x="918.1418527832031" y="348.99999262392544"/>
290
+ </bpmndi:BPMNLabel>
291
+ </bpmndi:BPMNShape>
292
+ <bpmndi:BPMNShape bpmnElement="sid-9AB31D77-0CA6-4DC2-B351-869B01754E73" id="sid-9AB31D77-0CA6-4DC2-B351-869B01754E73_gui">
293
+ <omgdc:Bounds height="28.0" width="28.0" x="1137.999" y="393.5"/>
294
+ </bpmndi:BPMNShape>
295
+ <bpmndi:BPMNShape bpmnElement="sid-AEC32D64-B1C7-49FF-A19E-198D4EC54670" id="sid-AEC32D64-B1C7-49FF-A19E-198D4EC54670_gui">
296
+ <omgdc:Bounds height="30.0" width="30.0" x="210.0" y="392.5"/>
297
+ </bpmndi:BPMNShape>
298
+ <bpmndi:BPMNShape bpmnElement="sid-2FFACE6E-6833-4A75-8200-9D1DF8B5D62B" id="sid-2FFACE6E-6833-4A75-8200-9D1DF8B5D62B_gui" isMarkerVisible="true">
299
+ <omgdc:Bounds height="40.0" width="40.0" x="840.0" y="387.5"/>
300
+ </bpmndi:BPMNShape>
301
+ <bpmndi:BPMNShape bpmnElement="sid-754592E8-EA59-4327-9106-3C6955EF6B36" id="sid-754592E8-EA59-4327-9106-3C6955EF6B36_gui" isMarkerVisible="true">
302
+ <omgdc:Bounds height="40.0" width="40.0" x="1052.999" y="389.5"/>
303
+ </bpmndi:BPMNShape>
304
+ <bpmndi:BPMNShape bpmnElement="sid-061DA4F1-581F-4F62-BD97-F291C1867FC4" id="sid-061DA4F1-581F-4F62-BD97-F291C1867FC4_gui">
305
+ <omgdc:Bounds height="80.0" width="100.0" x="907.999" y="409.5"/>
306
+ <bpmndi:BPMNLabel>
307
+ <omgdc:Bounds height="24.0" width="79.71429443359375" x="918.1418527832031" y="436.5"/>
308
+ </bpmndi:BPMNLabel>
309
+ </bpmndi:BPMNShape>
310
+ <bpmndi:BPMNShape bpmnElement="sid-66AC080D-B3A7-42DC-852D-FA795205DD77" id="sid-66AC080D-B3A7-42DC-852D-FA795205DD77_gui">
311
+ <omgdc:Bounds height="80.0" width="100.0" x="640.0" y="178.49999311566376"/>
312
+ <bpmndi:BPMNLabel>
313
+ <omgdc:Bounds height="12.0" width="17.142852783203125" x="681.4285736083984" y="211.49999311566376"/>
314
+ </bpmndi:BPMNLabel>
315
+ </bpmndi:BPMNShape>
316
+ <bpmndi:BPMNShape bpmnElement="sid-12963E9F-0AE6-49FF-9E25-1D4B21C1A3FE" id="sid-12963E9F-0AE6-49FF-9E25-1D4B21C1A3FE_gui">
317
+ <omgdc:Bounds height="80.0" width="100.0" x="640.0" y="262.5"/>
318
+ <bpmndi:BPMNLabel>
319
+ <omgdc:Bounds height="12.0" width="17.142852783203125" x="681.4285736083984" y="295.5"/>
320
+ </bpmndi:BPMNLabel>
321
+ </bpmndi:BPMNShape>
322
+ <bpmndi:BPMNEdge bpmnElement="sid-B4688F04-107F-4C91-8765-72E0AD7B991F" id="sid-B4688F04-107F-4C91-8765-72E0AD7B991F_gui">
323
+ <omgdi:waypoint x="595.0" y="407.5"/>
324
+ <omgdi:waypoint x="755.0" y="407.5"/>
325
+ </bpmndi:BPMNEdge>
326
+ <bpmndi:BPMNEdge bpmnElement="sid-26AB7879-1D20-4C79-8855-E26CD98858B5" id="sid-26AB7879-1D20-4C79-8855-E26CD98858B5_gui">
327
+ <omgdi:waypoint x="240.0" y="407.5"/>
328
+ <omgdi:waypoint x="285.0" y="407.5"/>
329
+ </bpmndi:BPMNEdge>
330
+ <bpmndi:BPMNEdge bpmnElement="sid-496C97A6-0BA4-44CF-9243-823353C2FD35" id="sid-496C97A6-0BA4-44CF-9243-823353C2FD35_gui">
331
+ <omgdi:waypoint x="1092.999" y="409.5"/>
332
+ <omgdi:waypoint x="1137.999" y="409.5"/>
333
+ </bpmndi:BPMNEdge>
334
+ <bpmndi:BPMNEdge bpmnElement="sid-6179690C-9EE3-4DD0-A099-EFADC2E145BE" id="sid-6179690C-9EE3-4DD0-A099-EFADC2E145BE_gui">
335
+ <omgdi:waypoint x="325.0" y="407.58699434536754"/>
336
+ <omgdi:waypoint x="360.0" y="407.7392344497608"/>
337
+ </bpmndi:BPMNEdge>
338
+ <bpmndi:BPMNEdge bpmnElement="sid-2EF95CE5-F2A8-4FFD-96AB-04681FD00CBC" id="sid-2EF95CE5-F2A8-4FFD-96AB-04681FD00CBC_gui">
339
+ <omgdi:waypoint x="305.0668896299069" y="387.5"/>
340
+ <omgdi:waypoint x="305.5" y="257.9999950826169"/>
341
+ <omgdi:waypoint x="390.0" y="257.59568886252123"/>
342
+ </bpmndi:BPMNEdge>
343
+ <bpmndi:BPMNEdge bpmnElement="sid-CFAF302A-C563-442C-A784-53ABAE79C1C6" id="sid-CFAF302A-C563-442C-A784-53ABAE79C1C6_gui">
344
+ <omgdi:waypoint x="595.0" y="218.49999311566376"/>
345
+ <omgdi:waypoint x="640.0" y="218.49999311566376"/>
346
+ </bpmndi:BPMNEdge>
347
+ <bpmndi:BPMNEdge bpmnElement="sid-82ADFF33-361F-4096-935C-C4E2E09C2A27" id="sid-82ADFF33-361F-4096-935C-C4E2E09C2A27_gui">
348
+ <omgdi:waypoint x="1007.999" y="449.5"/>
349
+ <omgdi:waypoint x="1073.499" y="449.5"/>
350
+ <omgdi:waypoint x="1073.249" y="429.5"/>
351
+ </bpmndi:BPMNEdge>
352
+ <bpmndi:BPMNEdge bpmnElement="sid-A30F7AA5-4D5D-489A-B2C0-E5C9F79A2062" id="sid-A30F7AA5-4D5D-489A-B2C0-E5C9F79A2062_gui">
353
+ <omgdi:waypoint x="795.0" y="407.5"/>
354
+ <omgdi:waypoint x="840.0" y="407.5"/>
355
+ </bpmndi:BPMNEdge>
356
+ <bpmndi:BPMNEdge bpmnElement="sid-251AFD13-AF99-4C31-A555-6C25E14B51F1" id="sid-251AFD13-AF99-4C31-A555-6C25E14B51F1_gui">
357
+ <omgdi:waypoint x="595.0" y="302.5"/>
358
+ <omgdi:waypoint x="640.0" y="302.5"/>
359
+ </bpmndi:BPMNEdge>
360
+ <bpmndi:BPMNEdge bpmnElement="sid-7447C494-103C-419E-ADE7-2634AB5FAE9D" id="sid-7447C494-103C-419E-ADE7-2634AB5FAE9D_gui">
361
+ <omgdi:waypoint x="1007.999" y="361.99999262392544"/>
362
+ <omgdi:waypoint x="1073.499" y="361.99999262392544"/>
363
+ <omgdi:waypoint x="1073.2095262830978" y="389.5"/>
364
+ </bpmndi:BPMNEdge>
365
+ <bpmndi:BPMNEdge bpmnElement="sid-DF56366D-CB88-4862-B2F4-BBE460C622B8" id="sid-DF56366D-CB88-4862-B2F4-BBE460C622B8_gui">
366
+ <omgdi:waypoint x="740.0" y="302.4861111111111"/>
367
+ <omgdi:waypoint x="775.0" y="302.0"/>
368
+ <omgdi:waypoint x="775.0" y="387.5"/>
369
+ </bpmndi:BPMNEdge>
370
+ <bpmndi:BPMNEdge bpmnElement="sid-CD462A1D-0C76-424F-9085-73C84459EF14" id="sid-CD462A1D-0C76-424F-9085-73C84459EF14_gui">
371
+ <omgdi:waypoint x="460.0" y="517.5"/>
372
+ <omgdi:waypoint x="775.0" y="517.5"/>
373
+ <omgdi:waypoint x="775.0" y="427.5"/>
374
+ </bpmndi:BPMNEdge>
375
+ <bpmndi:BPMNEdge bpmnElement="sid-D1319484-3DB2-4E5B-B7B2-EB30A7D2B1CF" id="sid-D1319484-3DB2-4E5B-B7B2-EB30A7D2B1CF_gui">
376
+ <omgdi:waypoint x="410.2564102434783" y="237.49999508261695"/>
377
+ <omgdi:waypoint x="410.5" y="218.49999311566376"/>
378
+ <omgdi:waypoint x="495.0" y="218.49999311566376"/>
379
+ </bpmndi:BPMNEdge>
380
+ <bpmndi:BPMNEdge bpmnElement="sid-9DDE1E44-9666-4BF6-AD2A-3975593D05C6" id="sid-9DDE1E44-9666-4BF6-AD2A-3975593D05C6_gui">
381
+ <omgdi:waypoint x="460.0" y="407.5"/>
382
+ <omgdi:waypoint x="495.0" y="407.5"/>
383
+ </bpmndi:BPMNEdge>
384
+ <bpmndi:BPMNEdge bpmnElement="sid-370B7A55-034C-4013-B017-65283DE42235" id="sid-370B7A55-034C-4013-B017-65283DE42235_gui">
385
+ <omgdi:waypoint x="740.0" y="218.49999311566376"/>
386
+ <omgdi:waypoint x="775.0" y="218.49999311566376"/>
387
+ <omgdi:waypoint x="775.0" y="387.5"/>
388
+ </bpmndi:BPMNEdge>
389
+ <bpmndi:BPMNEdge bpmnElement="sid-B54B344C-47A8-4514-853B-61EB9367206B" id="sid-B54B344C-47A8-4514-853B-61EB9367206B_gui">
390
+ <omgdi:waypoint x="860.0" y="387.5"/>
391
+ <omgdi:waypoint x="860.0" y="361.99999262392544"/>
392
+ <omgdi:waypoint x="907.999" y="361.99999262392544"/>
393
+ </bpmndi:BPMNEdge>
394
+ <bpmndi:BPMNEdge bpmnElement="sid-7EEBE774-AA81-4EFE-AC27-AB27457A04B4" id="sid-7EEBE774-AA81-4EFE-AC27-AB27457A04B4_gui">
395
+ <omgdi:waypoint x="305.09090909090907" y="427.5"/>
396
+ <omgdi:waypoint x="305.5" y="517.5"/>
397
+ <omgdi:waypoint x="360.0" y="517.5"/>
398
+ </bpmndi:BPMNEdge>
399
+ <bpmndi:BPMNEdge bpmnElement="sid-26C852F0-606E-40B6-8072-AA2913E0CAE1" id="sid-26C852F0-606E-40B6-8072-AA2913E0CAE1_gui">
400
+ <omgdi:waypoint x="410.22222219793883" y="277.4999950826169"/>
401
+ <omgdi:waypoint x="410.5" y="302.5"/>
402
+ <omgdi:waypoint x="495.0" y="302.5"/>
403
+ </bpmndi:BPMNEdge>
404
+ <bpmndi:BPMNEdge bpmnElement="sid-2F2C2802-391C-44B3-ABB2-C50D2F68CC32" id="sid-2F2C2802-391C-44B3-ABB2-C50D2F68CC32_gui">
405
+ <omgdi:waypoint x="860.0" y="427.5"/>
406
+ <omgdi:waypoint x="860.0" y="449.5"/>
407
+ <omgdi:waypoint x="907.999" y="449.5"/>
408
+ </bpmndi:BPMNEdge>
409
+ </bpmndi:BPMNPlane>
410
+ </bpmndi:BPMNDiagram>
411
+ </definitions>
412
+ </description>
413
+ <transformation>
414
+ <description type="rest">http://localhost:9295/bpmn2/</description>
415
+ <dataelements type="rest">http://localhost:9295/bpmn2/</dataelements>
416
+ <endpoints type="rest">http://localhost:9295/bpmn2/</endpoints>
417
+ </transformation>
418
+ </properties>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.197
4
+ version: 1.3.198
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-11-23 00:00:00.000000000 Z
14
+ date: 2016-11-25 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: riddl
@@ -347,10 +347,11 @@ files:
347
347
  - server/instances/55/properties.xml
348
348
  - server/instances/56/properties.xml
349
349
  - server/instances/57/properties.xml
350
- - server/instances/58/notifications/8e4a106e59b377b20c9751dd35e459be/consumer-secret
351
- - server/instances/58/notifications/8e4a106e59b377b20c9751dd35e459be/producer-secret
352
- - server/instances/58/notifications/8e4a106e59b377b20c9751dd35e459be/subscription.xml
353
350
  - server/instances/58/properties.xml
351
+ - server/instances/59/notifications/ecf0f66087b8875ad90cb4b556d3714d/consumer-secret
352
+ - server/instances/59/notifications/ecf0f66087b8875ad90cb4b556d3714d/producer-secret
353
+ - server/instances/59/notifications/ecf0f66087b8875ad90cb4b556d3714d/subscription.xml
354
+ - server/instances/59/properties.xml
354
355
  - server/instances/6/properties.xml
355
356
  - server/instances/7/properties.xml
356
357
  - server/instances/8/properties.xml
@@ -363,7 +364,6 @@ files:
363
364
  - server/resources/topics.xml
364
365
  - server/resources/transformation.xml
365
366
  - server/resources/transformation_dslx.xsl
366
- - server/server.pid
367
367
  - server/server.rb
368
368
  - test/callback.rb
369
369
  homepage: http://cpee.org/
@@ -1 +0,0 @@
1
- 28830