cpee 1.3.198 → 1.3.199
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/css/wfadaptor.css +0 -5
- data/cockpit/index.html +26 -1
- data/cockpit/js/instance.js +1 -0
- data/cockpit/testsets/Promise.xml +15 -15
- data/cpee.gemspec +1 -1
- metadata +2 -3
- data/cockpit/css/filters.svg +0 -36
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4bebdb07cc5029a31ac8117dfc98b358f07f39f5
|
|
4
|
+
data.tar.gz: 24a63f873a6da0bb4bbc0b143b6fa5551b1bc028
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0f42dc279a9463b8569e25bb84625c6e47398f41a75a6e86d922eb9b9037993a18b15b4412763b3ec5b4d8fbf7a0f59479b8add80a4a926aad66275de6215f5
|
|
7
|
+
data.tar.gz: b168f50a944b892505df3ced14b54af5a4daa3f2f5b371e01eda72508358b5abcb6e7552968a89e6f3f9a16adde304fc17430d18f80958ec6a245a1a1a9e6bfc
|
data/cockpit/css/wfadaptor.css
CHANGED
data/cockpit/index.html
CHANGED
|
@@ -102,6 +102,15 @@
|
|
|
102
102
|
<script type="text/javascript" src="js/details.js"></script>
|
|
103
103
|
<script type="text/javascript" src="js/parameters.js"></script>
|
|
104
104
|
<link rel="stylesheet" href="css/ui.css" type="text/css"/>
|
|
105
|
+
<style>
|
|
106
|
+
/* has to be fucking inline, because firefox and chrome disagree how to handle filter urls */
|
|
107
|
+
/* shit balls, no elegance is left in this world */
|
|
108
|
+
svg .clicked {
|
|
109
|
+
fill: grey;
|
|
110
|
+
stroke: grey;
|
|
111
|
+
filter: url(#black-glow);
|
|
112
|
+
}
|
|
113
|
+
</style>
|
|
105
114
|
</head>
|
|
106
115
|
<body data-defaultport="9298" data-theme-base="themes" is="x-ui">
|
|
107
116
|
<div id='disclaimer' class='hidden'> <!--{{{-->
|
|
@@ -154,6 +163,22 @@
|
|
|
154
163
|
</p>
|
|
155
164
|
</div> <!--}}}-->
|
|
156
165
|
|
|
166
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="0">
|
|
167
|
+
<defs>
|
|
168
|
+
<filter id="black-glow">
|
|
169
|
+
<feColorMatrix type="matrix" values=
|
|
170
|
+
"0 0 0 0 0
|
|
171
|
+
0 0 0 0 0
|
|
172
|
+
0 0 0 0 0
|
|
173
|
+
0 0 0 1 0"/>
|
|
174
|
+
<feGaussianBlur stdDeviation="1.5" result="coloredBlur"/>
|
|
175
|
+
<feMerge>
|
|
176
|
+
<feMergeNode in="coloredBlur"/>
|
|
177
|
+
<feMergeNode in="SourceGraphic"/>
|
|
178
|
+
</feMerge>
|
|
179
|
+
</filter>
|
|
180
|
+
</defs>
|
|
181
|
+
</svg>
|
|
157
182
|
<div class='hidden' id='relaxngworker'></div>
|
|
158
183
|
|
|
159
184
|
<div class='menu' id='predefinedtestsets'></div>
|
|
@@ -264,7 +289,7 @@
|
|
|
264
289
|
<ui-area data-belongs-to-tab="details" id='graphcolumn'>
|
|
265
290
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' width='1' height='1'></svg>
|
|
266
291
|
</ui-area>
|
|
267
|
-
<ui-resizehandle data-belongs-to-tab="details"
|
|
292
|
+
<ui-resizehandle data-belongs-to-tab="details" data-label="drag to resize"></ui-resizehandle>
|
|
268
293
|
<ui-area data-belongs-to-tab="details" id="detailcolumn">
|
|
269
294
|
<div id="dat_details" class='layout'></div>
|
|
270
295
|
</ui-area>
|
data/cockpit/js/instance.js
CHANGED
|
@@ -291,6 +291,7 @@ function adaptor_init(url,theme,dslx) {
|
|
|
291
291
|
graphrealization.notify = function(svgid) {
|
|
292
292
|
var g = graphrealization.get_description();
|
|
293
293
|
save['graph'] = $X(g);
|
|
294
|
+
save['graph'].find('[xmlns]').removeAttr('xmlns');
|
|
294
295
|
$.ajax({
|
|
295
296
|
type: "PUT",
|
|
296
297
|
url: url + "/properties/values/description/",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</call>
|
|
37
37
|
<call id="a10" endpoint="sreminder1" svg-label="Sendung erste Mahnung">
|
|
38
38
|
<parameters>
|
|
39
|
-
<label>"
|
|
39
|
+
<label>"Sent first Reminder"</label>
|
|
40
40
|
<method>:post</method>
|
|
41
41
|
<arguments>
|
|
42
42
|
<knr>data.knr</knr>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
<parallel_branch svg-label="">
|
|
50
50
|
<call id="a14" endpoint="timeout1" svg-label="2-woechige Frist">
|
|
51
51
|
<parameters>
|
|
52
|
-
<label>"2
|
|
52
|
+
<label>"1. 2 week deadline"</label>
|
|
53
53
|
<method>:post</method>
|
|
54
54
|
<arguments>
|
|
55
55
|
<timeout>2</timeout>
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
</call>
|
|
59
59
|
<call id="a11" endpoint="sreminder2" svg-label="Senden zweite Mahnung">
|
|
60
60
|
<parameters>
|
|
61
|
-
<label>"
|
|
61
|
+
<label>"Send second reminder"</label>
|
|
62
62
|
<method>:post</method>
|
|
63
63
|
<arguments>
|
|
64
64
|
<knr>data.knr</knr>
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<parallel_branch svg-label="">
|
|
72
72
|
<call id="a7" endpoint="timeout2" svg-label="2-woechige Frist">
|
|
73
73
|
<parameters>
|
|
74
|
-
<label>"2
|
|
74
|
+
<label>"2. 2 week deadline"</label>
|
|
75
75
|
<method>:post</method>
|
|
76
76
|
<arguments>
|
|
77
77
|
<timeout>2</timeout>
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
</call>
|
|
81
81
|
<call id="a1" endpoint="inkasso" svg-label="Registrierung als Inkassokunde">
|
|
82
82
|
<parameters>
|
|
83
|
-
<label>"
|
|
83
|
+
<label>"Register as debt customer"</label>
|
|
84
84
|
<method>:put</method>
|
|
85
85
|
<arguments>
|
|
86
86
|
<status>data.status</status>
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
<parallel_branch svg-label="">
|
|
93
93
|
<call id="a4" endpoint="activation" svg-label="Aktivierung Register fuer Guthaben und Anzeige am Display (Prepayment)">
|
|
94
94
|
<parameters>
|
|
95
|
-
<label>"
|
|
95
|
+
<label>"Activate register for credit and display (prepayment)"</label>
|
|
96
96
|
<method>:post</method>
|
|
97
97
|
<type>:task</type>
|
|
98
98
|
<mid>'sid-032C8450-4DF9-435B-8105-F0C13734A7A8'</mid>
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<parallel_branch svg-label="">
|
|
106
106
|
<call id="a2" endpoint="inkasso" svg-label="Umparametrierung des Zaehlers von Normal- auf Inkassobetrieb">
|
|
107
107
|
<parameters>
|
|
108
|
-
<label>"
|
|
108
|
+
<label>"Parametrize meter from normal to debt operation "</label>
|
|
109
109
|
<method>:put</method>
|
|
110
110
|
<arguments>
|
|
111
111
|
<zaehlerid>data.zaehlerid</zaehlerid>
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
</parallel>
|
|
119
119
|
<call id="a6" endpoint="update" svg-label="Aktualisierung Guthaben">
|
|
120
120
|
<parameters>
|
|
121
|
-
<label>"
|
|
121
|
+
<label>"Create credit"</label>
|
|
122
122
|
<method>:post</method>
|
|
123
123
|
<arguments/>
|
|
124
124
|
</parameters>
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
</call>
|
|
127
127
|
<call id="a3" endpoint="timeout3" svg-label="Aufladen">
|
|
128
128
|
<parameters>
|
|
129
|
-
<label>"
|
|
129
|
+
<label>"Upate Credit"</label>
|
|
130
130
|
<method>:post</method>
|
|
131
131
|
<arguments/>
|
|
132
132
|
</parameters>
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
<loop mode="pre_test" condition="data.guthaben>0" svg-label="">
|
|
137
137
|
<call id="a5" endpoint="consume" svg-label="Verbrauchen">
|
|
138
138
|
<parameters>
|
|
139
|
-
<label>"
|
|
139
|
+
<label>"Consume Credit"</label>
|
|
140
140
|
<method>:post</method>
|
|
141
141
|
<arguments>
|
|
142
142
|
<knr>data.knr</knr>
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
</loop>
|
|
148
148
|
<call id="a13" endpoint="decide" svg-label="Gesetzl. Frist">
|
|
149
149
|
<parameters>
|
|
150
|
-
<label>"
|
|
150
|
+
<label>"Legal waiting time"</label>
|
|
151
151
|
<method>:post</method>
|
|
152
152
|
<arguments>
|
|
153
153
|
<knr>data.knr</knr>
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
</loop>
|
|
159
159
|
<call id="a17" endpoint="timeout" svg-label="Abschaltung">
|
|
160
160
|
<parameters>
|
|
161
|
-
<label>"
|
|
161
|
+
<label>"Trigger switching off"</label>
|
|
162
162
|
<method>:post</method>
|
|
163
163
|
<arguments>
|
|
164
164
|
<knr>data.knr</knr>
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
</call>
|
|
169
169
|
<call id="a8" endpoint="credit_worthy" svg-label="Kreditwuerdig">
|
|
170
170
|
<parameters>
|
|
171
|
-
<label>"
|
|
171
|
+
<label>"Creditworthy"</label>
|
|
172
172
|
<method>:post</method>
|
|
173
173
|
<arguments>
|
|
174
174
|
<knr>data.knr</knr>
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
<parallel_branch svg-label="">
|
|
222
222
|
<call id="a9" endpoint="preminder2" svg-label="Kunde zahlt">
|
|
223
223
|
<parameters>
|
|
224
|
-
<label>"
|
|
224
|
+
<label>"paying2 "</label>
|
|
225
225
|
<method>:post</method>
|
|
226
226
|
<arguments/>
|
|
227
227
|
</parameters>
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
<parallel_branch svg-label="">
|
|
233
233
|
<call id="a15" endpoint="preminder1" svg-label="Kunde zahlt">
|
|
234
234
|
<parameters>
|
|
235
|
-
<label>"
|
|
235
|
+
<label>"paying1"</label>
|
|
236
236
|
<method>:post</method>
|
|
237
237
|
<arguments/>
|
|
238
238
|
</parameters>
|
data/cpee.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "1.3.
|
|
3
|
+
s.version = "1.3.199"
|
|
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"
|
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.
|
|
4
|
+
version: 1.3.199
|
|
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-
|
|
14
|
+
date: 2016-11-29 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: riddl
|
|
@@ -89,7 +89,6 @@ files:
|
|
|
89
89
|
- cockpit/contrib/transformation1.xsl
|
|
90
90
|
- cockpit/contrib/transformation2.xsl
|
|
91
91
|
- cockpit/contrib/tree_example.svg
|
|
92
|
-
- cockpit/css/filters.svg
|
|
93
92
|
- cockpit/css/ui.css
|
|
94
93
|
- cockpit/css/wfadaptor.css
|
|
95
94
|
- cockpit/index.html
|
data/cockpit/css/filters.svg
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<defs>
|
|
3
|
-
<filter id="black-glow">
|
|
4
|
-
<feColorMatrix type="matrix" values=
|
|
5
|
-
"0 0 0 0 0
|
|
6
|
-
0 0 0 0 0
|
|
7
|
-
0 0 0 0 0
|
|
8
|
-
0 0 0 1 0"/>
|
|
9
|
-
<feGaussianBlur stdDeviation="1.5" result="coloredBlur"/>
|
|
10
|
-
<feMerge>
|
|
11
|
-
<feMergeNode in="coloredBlur"/>
|
|
12
|
-
<feMergeNode in="SourceGraphic"/>
|
|
13
|
-
</feMerge>
|
|
14
|
-
</filter>
|
|
15
|
-
<filter id="glow">
|
|
16
|
-
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
|
|
17
|
-
<feMerge>
|
|
18
|
-
<feMergeNode in="coloredBlur"/>
|
|
19
|
-
<feMergeNode in="SourceGraphic"/>
|
|
20
|
-
</feMerge>
|
|
21
|
-
</filter>
|
|
22
|
-
<filter id="shadow" width="1.5" height="1.5" x="-.25" y="-.25">
|
|
23
|
-
<feGaussianBlur in="SourceAlpha" stdDeviation="2.5" result="blur"/>
|
|
24
|
-
<feColorMatrix result="bluralpha" type="matrix" values=
|
|
25
|
-
"1 0 0 0 0
|
|
26
|
-
0 1 0 0 0
|
|
27
|
-
0 0 1 0 0
|
|
28
|
-
0 0 0 0.4 0 "/>
|
|
29
|
-
<feOffset in="bluralpha" dx="3" dy="3" result="offsetBlur"/>
|
|
30
|
-
<feMerge>
|
|
31
|
-
<feMergeNode in="offsetBlur"/>
|
|
32
|
-
<feMergeNode in="SourceGraphic"/>
|
|
33
|
-
</feMerge>
|
|
34
|
-
</filter>
|
|
35
|
-
</defs>
|
|
36
|
-
</svg>
|