cpee 1.3.187 → 1.3.188
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/cockpit/js/instance.js +2 -2
- data/cockpit/themes/default/theme.js +6 -1
- data/cpee.gemspec +2 -2
- data/lib/cpee/controller.rb +68 -68
- data/server/handlerwrappers/log.rb +13 -9
- data/server/instances/39/log.xes +137 -0
- data/server/instances/39/properties.xml +176 -0
- data/server/instances/40/properties.xml +44 -0
- data/server/instances/41/log.xes +138 -0
- data/server/instances/41/properties.xml +176 -0
- data/server/instances/42/log.xes +138 -0
- data/server/instances/42/properties.xml +176 -0
- data/server/instances/43/log.xes +138 -0
- data/server/instances/43/notifications/f66c804e47c37eac47c5891e66e4e52d/consumer-secret +1 -0
- data/server/instances/43/notifications/f66c804e47c37eac47c5891e66e4e52d/producer-secret +1 -0
- data/server/instances/{38/notifications/b1c2a4fd87a36e2b663faf2c601499a3 → 43/notifications/f66c804e47c37eac47c5891e66e4e52d}/subscription.xml +0 -0
- data/server/instances/43/properties.xml +176 -0
- data/server/resources/transformation_dslx.xsl +39 -42
- metadata +15 -7
- data/server/instances/38/notifications/b1c2a4fd87a36e2b663faf2c601499a3/consumer-secret +0 -1
- data/server/instances/38/notifications/b1c2a4fd87a36e2b663faf2c601499a3/producer-secret +0 -1
- data/server/server.pid +0 -1
@@ -0,0 +1,176 @@
|
|
1
|
+
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
2
|
+
<attributes>
|
3
|
+
<info>Test</info>
|
4
|
+
<modeltype>CPEE</modeltype>
|
5
|
+
<theme>default</theme>
|
6
|
+
</attributes>
|
7
|
+
<state>finished</state>
|
8
|
+
<handlerwrapper>LogHandlerWrapper</handlerwrapper>
|
9
|
+
<positions/>
|
10
|
+
<dataelements>
|
11
|
+
<i>0</i>
|
12
|
+
</dataelements>
|
13
|
+
<endpoints>
|
14
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
15
|
+
</endpoints>
|
16
|
+
<dsl>call :a2, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 2} }
|
17
|
+
parallel :wait => -1 do
|
18
|
+
parallel_branch do ||
|
19
|
+
call :a3, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 2} }
|
20
|
+
end
|
21
|
+
parallel_branch do ||
|
22
|
+
call :a4, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 3} }
|
23
|
+
end
|
24
|
+
end
|
25
|
+
loop pre_test{data.i > 0} do
|
26
|
+
call :a6, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 1} }
|
27
|
+
manipulate :a7, <<-END
|
28
|
+
data.i -= 1
|
29
|
+
END
|
30
|
+
end
|
31
|
+
choose :exclusive do
|
32
|
+
alternative "true" do
|
33
|
+
call :a5, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 1} }
|
34
|
+
end
|
35
|
+
end
|
36
|
+
</dsl>
|
37
|
+
<dslx>
|
38
|
+
<description xmlns="http://cpee.org/ns/description/1.0">
|
39
|
+
<call id="a2" endpoint="timeout">
|
40
|
+
<parameters>
|
41
|
+
<label/>
|
42
|
+
<method>:post</method>
|
43
|
+
<arguments>
|
44
|
+
<timeout>2</timeout>
|
45
|
+
</arguments>
|
46
|
+
</parameters>
|
47
|
+
<finalize output="result"/>
|
48
|
+
<update output="result"/>
|
49
|
+
</call>
|
50
|
+
<parallel wait="-1">
|
51
|
+
<parallel_branch pass="" local="">
|
52
|
+
<call id="a3" endpoint="timeout">
|
53
|
+
<parameters>
|
54
|
+
<label/>
|
55
|
+
<method>:post</method>
|
56
|
+
<arguments>
|
57
|
+
<timeout>2</timeout>
|
58
|
+
</arguments>
|
59
|
+
</parameters>
|
60
|
+
</call>
|
61
|
+
</parallel_branch>
|
62
|
+
<parallel_branch pass="" local="">
|
63
|
+
<call id="a4" endpoint="timeout">
|
64
|
+
<parameters>
|
65
|
+
<label/>
|
66
|
+
<method>:post</method>
|
67
|
+
<arguments>
|
68
|
+
<timeout>3</timeout>
|
69
|
+
</arguments>
|
70
|
+
</parameters>
|
71
|
+
</call>
|
72
|
+
</parallel_branch>
|
73
|
+
</parallel>
|
74
|
+
<loop mode="pre_test" condition="data.i > 0">
|
75
|
+
<call id="a6" endpoint="timeout">
|
76
|
+
<parameters>
|
77
|
+
<label/>
|
78
|
+
<method>:post</method>
|
79
|
+
<arguments>
|
80
|
+
<timeout>1</timeout>
|
81
|
+
</arguments>
|
82
|
+
</parameters>
|
83
|
+
</call>
|
84
|
+
<manipulate id="a7">data.i -= 1</manipulate>
|
85
|
+
</loop>
|
86
|
+
<choose mode="exclusive">
|
87
|
+
<alternative condition="true">
|
88
|
+
<call id="a5" endpoint="timeout">
|
89
|
+
<parameters>
|
90
|
+
<label/>
|
91
|
+
<method>:post</method>
|
92
|
+
<arguments>
|
93
|
+
<timeout>1</timeout>
|
94
|
+
</arguments>
|
95
|
+
</parameters>
|
96
|
+
</call>
|
97
|
+
</alternative>
|
98
|
+
<otherwise/>
|
99
|
+
</choose>
|
100
|
+
</description>
|
101
|
+
</dslx>
|
102
|
+
<status>
|
103
|
+
<id>0</id>
|
104
|
+
<message>undefined</message>
|
105
|
+
</status>
|
106
|
+
<description>
|
107
|
+
<description xmlns="http://cpee.org/ns/description/1.0">
|
108
|
+
<call id="a2" endpoint="timeout">
|
109
|
+
<parameters>
|
110
|
+
<label/>
|
111
|
+
<method>:post</method>
|
112
|
+
<arguments>
|
113
|
+
<timeout>2</timeout>
|
114
|
+
</arguments>
|
115
|
+
</parameters>
|
116
|
+
<finalize output="result"/>
|
117
|
+
<update output="result"/>
|
118
|
+
</call>
|
119
|
+
<parallel wait="-1">
|
120
|
+
<parallel_branch pass="" local="">
|
121
|
+
<call id="a3" endpoint="timeout">
|
122
|
+
<parameters>
|
123
|
+
<label/>
|
124
|
+
<method>:post</method>
|
125
|
+
<arguments>
|
126
|
+
<timeout>2</timeout>
|
127
|
+
</arguments>
|
128
|
+
</parameters>
|
129
|
+
</call>
|
130
|
+
</parallel_branch>
|
131
|
+
<parallel_branch pass="" local="">
|
132
|
+
<call id="a4" endpoint="timeout">
|
133
|
+
<parameters>
|
134
|
+
<label/>
|
135
|
+
<method>:post</method>
|
136
|
+
<arguments>
|
137
|
+
<timeout>3</timeout>
|
138
|
+
</arguments>
|
139
|
+
</parameters>
|
140
|
+
</call>
|
141
|
+
</parallel_branch>
|
142
|
+
</parallel>
|
143
|
+
<loop mode="pre_test" condition="data.i > 0">
|
144
|
+
<call id="a6" endpoint="timeout">
|
145
|
+
<parameters>
|
146
|
+
<label/>
|
147
|
+
<method>:post</method>
|
148
|
+
<arguments>
|
149
|
+
<timeout>1</timeout>
|
150
|
+
</arguments>
|
151
|
+
</parameters>
|
152
|
+
</call>
|
153
|
+
<manipulate id="a7">data.i -= 1</manipulate>
|
154
|
+
</loop>
|
155
|
+
<choose mode="exclusive">
|
156
|
+
<alternative condition="true">
|
157
|
+
<call id="a5" endpoint="timeout">
|
158
|
+
<parameters>
|
159
|
+
<label/>
|
160
|
+
<method>:post</method>
|
161
|
+
<arguments>
|
162
|
+
<timeout>1</timeout>
|
163
|
+
</arguments>
|
164
|
+
</parameters>
|
165
|
+
</call>
|
166
|
+
</alternative>
|
167
|
+
<otherwise/>
|
168
|
+
</choose>
|
169
|
+
</description>
|
170
|
+
</description>
|
171
|
+
<transformation>
|
172
|
+
<description type="copy"/>
|
173
|
+
<dataelements type="none"/>
|
174
|
+
<endpoints type="none"/>
|
175
|
+
</transformation>
|
176
|
+
</properties>
|
@@ -0,0 +1,138 @@
|
|
1
|
+
<log xmlns="http://www.xes-standard.org/" xes.version="1.0" xes.features="nested-attributes" openxes.version="1.0RC7">
|
2
|
+
<extension name="Time" prefix="time" uri="http://www.xes-standard.org/time.xesext"/>
|
3
|
+
<extension name="Concept" prefix="concept" uri="http://www.xes-standard.org/concept.xesext"/>
|
4
|
+
<extension name="Organizational" prefix="org" uri="http://www.xes-standard.org/org.xesext"/>
|
5
|
+
<trace>
|
6
|
+
<string key="concept:name" value="Instance 42"/>
|
7
|
+
<string key="concept:name" value="Instance 42"/>
|
8
|
+
<string key="concept:name" value="Instance 42"/>
|
9
|
+
<event>
|
10
|
+
<string key="concept:name" value=""/>
|
11
|
+
<list key="data_send">
|
12
|
+
<string key="timeout" value="2"/>
|
13
|
+
</list>
|
14
|
+
<list key="data_received">
|
15
|
+
<string key="html_text" value="Timeout: 2"/>
|
16
|
+
</list>
|
17
|
+
<date key="time:timestamp" value="2016-11-21 18:42:20 +0100"/>
|
18
|
+
</event>
|
19
|
+
<string key="concept:name" value="Instance 42"/>
|
20
|
+
<string key="concept:name" value="Instance 42"/>
|
21
|
+
<event>
|
22
|
+
<string key="concept:name" value=""/>
|
23
|
+
<list key="data_send">
|
24
|
+
<string key="timeout" value="2"/>
|
25
|
+
</list>
|
26
|
+
<list key="data_received">
|
27
|
+
<string key="html_text" value="Timeout: 2"/>
|
28
|
+
</list>
|
29
|
+
<date key="time:timestamp" value="2016-11-21 18:42:22 +0100"/>
|
30
|
+
</event>
|
31
|
+
<string key="concept:name" value="Instance 42"/>
|
32
|
+
<event>
|
33
|
+
<string key="concept:name" value=""/>
|
34
|
+
<list key="data_send">
|
35
|
+
<string key="timeout" value="3"/>
|
36
|
+
</list>
|
37
|
+
<list key="data_received">
|
38
|
+
<string key="html_text" value="Timeout: 3"/>
|
39
|
+
</list>
|
40
|
+
<date key="time:timestamp" value="2016-11-21 18:42:23 +0100"/>
|
41
|
+
</event>
|
42
|
+
<string key="concept:name" value="Instance 42"/>
|
43
|
+
<string key="concept:name" value="Instance 42"/>
|
44
|
+
<event>
|
45
|
+
<string key="concept:name" value=""/>
|
46
|
+
<list key="data_send">
|
47
|
+
<string key="timeout" value="1"/>
|
48
|
+
</list>
|
49
|
+
<list key="data_received">
|
50
|
+
<string key="html_text" value="Timeout: 1"/>
|
51
|
+
</list>
|
52
|
+
<date key="time:timestamp" value="2016-11-21 18:42:24 +0100"/>
|
53
|
+
</event>
|
54
|
+
<string key="concept:name" value="Instance 42"/>
|
55
|
+
<event>
|
56
|
+
<string key="concept:name" value=""/>
|
57
|
+
<date key="time:timestamp" value="2016-11-21 18:42:24 +0100"/>
|
58
|
+
</event>
|
59
|
+
<string key="concept:name" value="Instance 42"/>
|
60
|
+
<event>
|
61
|
+
<string key="concept:name" value=""/>
|
62
|
+
<list key="data_send">
|
63
|
+
<string key="timeout" value="1"/>
|
64
|
+
</list>
|
65
|
+
<list key="data_received">
|
66
|
+
<string key="html_text" value="Timeout: 1"/>
|
67
|
+
</list>
|
68
|
+
<date key="time:timestamp" value="2016-11-21 18:42:25 +0100"/>
|
69
|
+
</event>
|
70
|
+
<string key="concept:name" value="Instance 42"/>
|
71
|
+
<event>
|
72
|
+
<string key="concept:name" value=""/>
|
73
|
+
<date key="time:timestamp" value="2016-11-21 18:42:25 +0100"/>
|
74
|
+
</event>
|
75
|
+
<string key="concept:name" value="Instance 42"/>
|
76
|
+
<event>
|
77
|
+
<string key="concept:name" value=""/>
|
78
|
+
<list key="data_send">
|
79
|
+
<string key="timeout" value="1"/>
|
80
|
+
</list>
|
81
|
+
<list key="data_received">
|
82
|
+
<string key="html_text" value="Timeout: 1"/>
|
83
|
+
</list>
|
84
|
+
<date key="time:timestamp" value="2016-11-21 18:42:26 +0100"/>
|
85
|
+
</event>
|
86
|
+
<string key="concept:name" value="Instance 42"/>
|
87
|
+
<event>
|
88
|
+
<string key="concept:name" value=""/>
|
89
|
+
<date key="time:timestamp" value="2016-11-21 18:42:26 +0100"/>
|
90
|
+
</event>
|
91
|
+
<string key="concept:name" value="Instance 42"/>
|
92
|
+
<event>
|
93
|
+
<string key="concept:name" value=""/>
|
94
|
+
<list key="data_send">
|
95
|
+
<string key="timeout" value="1"/>
|
96
|
+
</list>
|
97
|
+
<list key="data_received">
|
98
|
+
<string key="html_text" value="Timeout: 1"/>
|
99
|
+
</list>
|
100
|
+
<date key="time:timestamp" value="2016-11-21 18:42:27 +0100"/>
|
101
|
+
</event>
|
102
|
+
<string key="concept:name" value="Instance 42"/>
|
103
|
+
<event>
|
104
|
+
<string key="concept:name" value=""/>
|
105
|
+
<date key="time:timestamp" value="2016-11-21 18:42:27 +0100"/>
|
106
|
+
</event>
|
107
|
+
<string key="concept:name" value="Instance 42"/>
|
108
|
+
<event>
|
109
|
+
<string key="concept:name" value=""/>
|
110
|
+
<list key="data_send">
|
111
|
+
<string key="timeout" value="1"/>
|
112
|
+
</list>
|
113
|
+
<list key="data_received">
|
114
|
+
<string key="html_text" value="Timeout: 1"/>
|
115
|
+
</list>
|
116
|
+
<date key="time:timestamp" value="2016-11-21 18:42:28 +0100"/>
|
117
|
+
</event>
|
118
|
+
<string key="concept:name" value="Instance 42"/>
|
119
|
+
<event>
|
120
|
+
<string key="concept:name" value=""/>
|
121
|
+
<date key="time:timestamp" value="2016-11-21 18:42:28 +0100"/>
|
122
|
+
</event>
|
123
|
+
<string key="concept:name" value="Instance 42"/>
|
124
|
+
<string key="concept:name" value="Instance 42"/>
|
125
|
+
<event>
|
126
|
+
<string key="concept:name" value=""/>
|
127
|
+
<list key="data_send">
|
128
|
+
<string key="timeout" value="1"/>
|
129
|
+
</list>
|
130
|
+
<list key="data_received">
|
131
|
+
<string key="html_text" value="Timeout: 1"/>
|
132
|
+
</list>
|
133
|
+
<date key="time:timestamp" value="2016-11-21 18:42:29 +0100"/>
|
134
|
+
</event>
|
135
|
+
<string key="concept:name" value="Instance 42"/>
|
136
|
+
<string key="concept:name" value="Instance 42"/>
|
137
|
+
</trace>
|
138
|
+
</log>
|
@@ -0,0 +1,176 @@
|
|
1
|
+
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
2
|
+
<attributes>
|
3
|
+
<info>Test</info>
|
4
|
+
<modeltype>CPEE</modeltype>
|
5
|
+
<theme>default</theme>
|
6
|
+
</attributes>
|
7
|
+
<state>finished</state>
|
8
|
+
<handlerwrapper>LogHandlerWrapper</handlerwrapper>
|
9
|
+
<positions/>
|
10
|
+
<dataelements>
|
11
|
+
<i>0</i>
|
12
|
+
</dataelements>
|
13
|
+
<endpoints>
|
14
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
15
|
+
</endpoints>
|
16
|
+
<dsl>call :a2, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 2} }
|
17
|
+
parallel :wait => -1 do
|
18
|
+
parallel_branch do ||
|
19
|
+
call :a3, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 2} }
|
20
|
+
end
|
21
|
+
parallel_branch do ||
|
22
|
+
call :a4, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 3} }
|
23
|
+
end
|
24
|
+
end
|
25
|
+
loop pre_test{data.i > 0} do
|
26
|
+
call :a6, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 1} }
|
27
|
+
manipulate :a7, <<-END
|
28
|
+
data.i -= 1
|
29
|
+
END
|
30
|
+
end
|
31
|
+
choose :exclusive do
|
32
|
+
alternative "true" do
|
33
|
+
call :a5, :timeout, parameters: { :label => nil, :method => :post, :arguments => {:timeout => 1} }
|
34
|
+
end
|
35
|
+
end
|
36
|
+
</dsl>
|
37
|
+
<dslx>
|
38
|
+
<description xmlns="http://cpee.org/ns/description/1.0">
|
39
|
+
<call id="a2" endpoint="timeout">
|
40
|
+
<parameters>
|
41
|
+
<label/>
|
42
|
+
<method>:post</method>
|
43
|
+
<arguments>
|
44
|
+
<timeout>2</timeout>
|
45
|
+
</arguments>
|
46
|
+
</parameters>
|
47
|
+
<finalize output="result"/>
|
48
|
+
<update output="result"/>
|
49
|
+
</call>
|
50
|
+
<parallel wait="-1">
|
51
|
+
<parallel_branch pass="" local="">
|
52
|
+
<call id="a3" endpoint="timeout">
|
53
|
+
<parameters>
|
54
|
+
<label/>
|
55
|
+
<method>:post</method>
|
56
|
+
<arguments>
|
57
|
+
<timeout>2</timeout>
|
58
|
+
</arguments>
|
59
|
+
</parameters>
|
60
|
+
</call>
|
61
|
+
</parallel_branch>
|
62
|
+
<parallel_branch pass="" local="">
|
63
|
+
<call id="a4" endpoint="timeout">
|
64
|
+
<parameters>
|
65
|
+
<label/>
|
66
|
+
<method>:post</method>
|
67
|
+
<arguments>
|
68
|
+
<timeout>3</timeout>
|
69
|
+
</arguments>
|
70
|
+
</parameters>
|
71
|
+
</call>
|
72
|
+
</parallel_branch>
|
73
|
+
</parallel>
|
74
|
+
<loop mode="pre_test" condition="data.i > 0">
|
75
|
+
<call id="a6" endpoint="timeout">
|
76
|
+
<parameters>
|
77
|
+
<label/>
|
78
|
+
<method>:post</method>
|
79
|
+
<arguments>
|
80
|
+
<timeout>1</timeout>
|
81
|
+
</arguments>
|
82
|
+
</parameters>
|
83
|
+
</call>
|
84
|
+
<manipulate id="a7">data.i -= 1</manipulate>
|
85
|
+
</loop>
|
86
|
+
<choose mode="exclusive">
|
87
|
+
<alternative condition="true">
|
88
|
+
<call id="a5" endpoint="timeout">
|
89
|
+
<parameters>
|
90
|
+
<label/>
|
91
|
+
<method>:post</method>
|
92
|
+
<arguments>
|
93
|
+
<timeout>1</timeout>
|
94
|
+
</arguments>
|
95
|
+
</parameters>
|
96
|
+
</call>
|
97
|
+
</alternative>
|
98
|
+
<otherwise/>
|
99
|
+
</choose>
|
100
|
+
</description>
|
101
|
+
</dslx>
|
102
|
+
<status>
|
103
|
+
<id>0</id>
|
104
|
+
<message>undefined</message>
|
105
|
+
</status>
|
106
|
+
<description>
|
107
|
+
<description xmlns="http://cpee.org/ns/description/1.0">
|
108
|
+
<call id="a2" endpoint="timeout">
|
109
|
+
<parameters>
|
110
|
+
<label/>
|
111
|
+
<method>:post</method>
|
112
|
+
<arguments>
|
113
|
+
<timeout>2</timeout>
|
114
|
+
</arguments>
|
115
|
+
</parameters>
|
116
|
+
<finalize output="result"/>
|
117
|
+
<update output="result"/>
|
118
|
+
</call>
|
119
|
+
<parallel wait="-1">
|
120
|
+
<parallel_branch pass="" local="">
|
121
|
+
<call id="a3" endpoint="timeout">
|
122
|
+
<parameters>
|
123
|
+
<label/>
|
124
|
+
<method>:post</method>
|
125
|
+
<arguments>
|
126
|
+
<timeout>2</timeout>
|
127
|
+
</arguments>
|
128
|
+
</parameters>
|
129
|
+
</call>
|
130
|
+
</parallel_branch>
|
131
|
+
<parallel_branch pass="" local="">
|
132
|
+
<call id="a4" endpoint="timeout">
|
133
|
+
<parameters>
|
134
|
+
<label/>
|
135
|
+
<method>:post</method>
|
136
|
+
<arguments>
|
137
|
+
<timeout>3</timeout>
|
138
|
+
</arguments>
|
139
|
+
</parameters>
|
140
|
+
</call>
|
141
|
+
</parallel_branch>
|
142
|
+
</parallel>
|
143
|
+
<loop mode="pre_test" condition="data.i > 0">
|
144
|
+
<call id="a6" endpoint="timeout">
|
145
|
+
<parameters>
|
146
|
+
<label/>
|
147
|
+
<method>:post</method>
|
148
|
+
<arguments>
|
149
|
+
<timeout>1</timeout>
|
150
|
+
</arguments>
|
151
|
+
</parameters>
|
152
|
+
</call>
|
153
|
+
<manipulate id="a7">data.i -= 1</manipulate>
|
154
|
+
</loop>
|
155
|
+
<choose mode="exclusive">
|
156
|
+
<alternative condition="true">
|
157
|
+
<call id="a5" endpoint="timeout">
|
158
|
+
<parameters>
|
159
|
+
<label/>
|
160
|
+
<method>:post</method>
|
161
|
+
<arguments>
|
162
|
+
<timeout>1</timeout>
|
163
|
+
</arguments>
|
164
|
+
</parameters>
|
165
|
+
</call>
|
166
|
+
</alternative>
|
167
|
+
<otherwise/>
|
168
|
+
</choose>
|
169
|
+
</description>
|
170
|
+
</description>
|
171
|
+
<transformation>
|
172
|
+
<description type="copy"/>
|
173
|
+
<dataelements type="none"/>
|
174
|
+
<endpoints type="none"/>
|
175
|
+
</transformation>
|
176
|
+
</properties>
|