cpee 2.1.0 → 2.1.1
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/config.json.example +7 -0
- data/cockpit/templates/Coopis 2010.xml +12 -4
- data/cockpit/templates/Coopis 2010.xml.active +1 -0
- data/cockpit/templates/Coopis 2010.xml.active-uuid +1 -0
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml +5 -1
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 2.xml +5 -1
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 3.xml +5 -1
- data/cockpit/templates/Track Test Local.xml +1 -1
- data/cockpit/templates/Track Test.xml +1 -1
- data/cockpit/templates/UR-VUE 2020 Manual Adjust.xml +1 -1
- data/cockpit/templates/UR-VUE 2020 Solution Baseline.xml +1 -1
- data/cockpit/templates/UR-VUE 2020 Solution NN.xml +1 -1
- data/cockpit/templates/UR-VUE 2020 Solution View.xml +1 -1
- data/cockpit/templates/UR-VUE 2020.xml +3 -1
- data/cockpit/templates/Worklist.xml +6 -1
- data/cpee.gemspec +1 -1
- data/tools/cpee +1 -1
- metadata +5 -3
- data/cockpit/js_libs.zip +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b954fb6ff9aa92c7bd21f89333033b125c5a0e98a80d3790bc11e64a9b4897c7
|
|
4
|
+
data.tar.gz: d595b12d073fb81f8da205fad06536457fcdb8eef5ef7978e234cd5d3e2873f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b206450ff31331811ea38ef50696cbe3266104e3ce84269760deedcfc9df251b507b65d3b75b3d7ce6d7c1e7c878ff14bee8eeae03617ca331490b09887344fc
|
|
7
|
+
data.tar.gz: 0e2feeae09f44385eb3b3c50807d4a5adb18388225ccc6d840b0a1ee668263fba34119e04a31bf5b776944fff76392b0511c194c6f38bf77deed22ec785245a3
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"log-url": "https://cpee.org/logs/",
|
|
3
|
+
"templates-url": "https://cpee.org/design/server/Templates.dir/?stage=developm
|
|
4
|
+
"res-url": "https://cpee.org/flow/resources/",
|
|
5
|
+
"base-url": "https://cpee.org/flow/engine/",
|
|
6
|
+
"save-url": "https://cpee.org/design/server/"
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
1
2
|
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
|
2
3
|
<executionhandler>ruby</executionhandler>
|
|
3
|
-
<positions/>
|
|
4
4
|
<dataelements>
|
|
5
5
|
<persons>3</persons>
|
|
6
6
|
<card>Visa_12345</card>
|
|
@@ -15,6 +15,14 @@
|
|
|
15
15
|
<bookHotel>http://gruppe.wst.univie.ac.at/~mangler/services/hotel.php</bookHotel>
|
|
16
16
|
<approve>http://gruppe.wst.univie.ac.at/~mangler/services/approval.php</approve>
|
|
17
17
|
</endpoints>
|
|
18
|
+
<attributes>
|
|
19
|
+
<theme>extended</theme>
|
|
20
|
+
<info>Coopis 2010</info>
|
|
21
|
+
<creator>Christine Ashcreek</creator>
|
|
22
|
+
<author>Christine Ashcreek</author>
|
|
23
|
+
<design_stage>development</design_stage>
|
|
24
|
+
<design_dir>Templates.dir</design_dir>
|
|
25
|
+
</attributes>
|
|
18
26
|
<description>
|
|
19
27
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
20
28
|
<call id="a1" endpoint="bookAir">
|
|
@@ -33,7 +41,7 @@ data.costs += result.value('costs').to_f
|
|
|
33
41
|
status.update 1, 'Hotel'</finalize>
|
|
34
42
|
</code>
|
|
35
43
|
</call>
|
|
36
|
-
<parallel>
|
|
44
|
+
<parallel wait="-1" cancel="last">
|
|
37
45
|
<loop mode="pre_test" condition="data.persons > 0">
|
|
38
46
|
<parallel_branch pass="data.persons" local="p">
|
|
39
47
|
<call id="a2" endpoint="bookHotel">
|
|
@@ -70,7 +78,7 @@ data.costs += result.value('costs').to_f</finalize>
|
|
|
70
78
|
</description>
|
|
71
79
|
<transformation>
|
|
72
80
|
<description type="copy"/>
|
|
73
|
-
<dataelements type="
|
|
74
|
-
<endpoints type="
|
|
81
|
+
<dataelements type="none"/>
|
|
82
|
+
<endpoints type="none"/>
|
|
75
83
|
</transformation>
|
|
76
84
|
</testset>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
https://cpee.org/flow/engine/542
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
692f7da6-a212-4876-9e72-dd8fc242651d
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
|
2
2
|
<executionhandler>ruby</executionhandler>
|
|
3
3
|
<attributes>
|
|
4
|
-
<info>
|
|
4
|
+
<info>IUPC arXiv:1104.3609 P34 1</info>
|
|
5
5
|
<modeltype>CPEE</modeltype>
|
|
6
6
|
<theme>preset</theme>
|
|
7
|
+
<creator>Christine Ashcreek</creator>
|
|
8
|
+
<author>Christine Ashcreek</author>
|
|
9
|
+
<design_stage>development</design_stage>
|
|
10
|
+
<design_dir>Templates.dir</design_dir>
|
|
7
11
|
</attributes>
|
|
8
12
|
<positions/>
|
|
9
13
|
<dataelements>
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
|
2
2
|
<executionhandler>ruby</executionhandler>
|
|
3
3
|
<attributes>
|
|
4
|
-
<info>
|
|
4
|
+
<info>IUPC arXiv:1104.3609 P34 2</info>
|
|
5
5
|
<modeltype>CPEE</modeltype>
|
|
6
6
|
<theme>preset</theme>
|
|
7
|
+
<creator>Christine Ashcreek</creator>
|
|
8
|
+
<author>Christine Ashcreek</author>
|
|
9
|
+
<design_stage>development</design_stage>
|
|
10
|
+
<design_dir>Templates.dir</design_dir>
|
|
7
11
|
</attributes>
|
|
8
12
|
<positions/>
|
|
9
13
|
<dataelements>
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
<testset xmlns="http://cpee.org/ns/properties/2.0">
|
|
2
2
|
<executionhandler>ruby</executionhandler>
|
|
3
3
|
<attributes>
|
|
4
|
-
<info>
|
|
4
|
+
<info>IUPC arXiv:1104.3609 P34 3</info>
|
|
5
5
|
<modeltype>CPEE</modeltype>
|
|
6
6
|
<theme>preset</theme>
|
|
7
|
+
<creator>Christine Ashcreek</creator>
|
|
8
|
+
<author>Christine Ashcreek</author>
|
|
9
|
+
<design_stage>development</design_stage>
|
|
10
|
+
<design_dir>Templates.dir</design_dir>
|
|
7
11
|
</attributes>
|
|
8
12
|
<positions/>
|
|
9
13
|
<dataelements>
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
<creator>Christine Ashcreek</creator>
|
|
82
82
|
<author>Christine Ashcreek</author>
|
|
83
83
|
<design_stage>development</design_stage>
|
|
84
|
-
<design_dir
|
|
84
|
+
<design_dir>Templates.dir</design_dir>
|
|
85
85
|
</attributes>
|
|
86
86
|
</testset>
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
<creator>Christine Ashcreek</creator>
|
|
82
82
|
<author>Christine Ashcreek</author>
|
|
83
83
|
<design_stage>development</design_stage>
|
|
84
|
-
<design_dir
|
|
84
|
+
<design_dir>Templates.dir</design_dir>
|
|
85
85
|
</attributes>
|
|
86
86
|
</testset>
|
|
@@ -181,6 +181,6 @@ data.item['adjust_y'] = (data.direction_first['y'] + data.direction_second['y'])
|
|
|
181
181
|
<creator>Christine Ashcreek</creator>
|
|
182
182
|
<author>Christine Ashcreek</author>
|
|
183
183
|
<design_stage>development</design_stage>
|
|
184
|
-
<design_dir
|
|
184
|
+
<design_dir>Templates.dir</design_dir>
|
|
185
185
|
</attributes>
|
|
186
186
|
</testset>
|
|
@@ -202,6 +202,6 @@ data.item['y'] = data.items.first['y'] + data.item['adjust_y']</finalize>
|
|
|
202
202
|
<creator>Christine Ashcreek</creator>
|
|
203
203
|
<author>Christine Ashcreek</author>
|
|
204
204
|
<design_stage>development</design_stage>
|
|
205
|
-
<design_dir
|
|
205
|
+
<design_dir>Templates.dir</design_dir>
|
|
206
206
|
</attributes>
|
|
207
207
|
</testset>
|
|
@@ -196,6 +196,6 @@ data.item = result[0]</finalize>
|
|
|
196
196
|
<creator>Christine Ashcreek</creator>
|
|
197
197
|
<author>Christine Ashcreek</author>
|
|
198
198
|
<design_stage>development</design_stage>
|
|
199
|
-
<design_dir
|
|
199
|
+
<design_dir>Templates.dir</design_dir>
|
|
200
200
|
</attributes>
|
|
201
201
|
</testset>
|
|
@@ -150,6 +150,6 @@ data.item = result[0]</finalize>
|
|
|
150
150
|
<creator>Christine Ashcreek</creator>
|
|
151
151
|
<author>Christine Ashcreek</author>
|
|
152
152
|
<design_stage>development</design_stage>
|
|
153
|
-
<design_dir
|
|
153
|
+
<design_dir>Templates.dir</design_dir>
|
|
154
154
|
</attributes>
|
|
155
155
|
</testset>
|
|
@@ -25,6 +25,8 @@
|
|
|
25
25
|
<creator>Christine Ashcreek</creator>
|
|
26
26
|
<author>Christine Ashcreek</author>
|
|
27
27
|
<design_stage>development</design_stage>
|
|
28
|
-
<design_dir
|
|
28
|
+
<design_dir>Templates.dir</design_dir>
|
|
29
|
+
<theme>extended</theme>
|
|
30
|
+
<info>UR-VUE 2020</info>
|
|
29
31
|
</attributes>
|
|
30
32
|
</testset>
|
|
@@ -35,8 +35,13 @@
|
|
|
35
35
|
<endpoints type="none"/>
|
|
36
36
|
</transformation>
|
|
37
37
|
<attributes>
|
|
38
|
-
<info>
|
|
38
|
+
<info>Worklist</info>
|
|
39
39
|
<modeltype>CPEE</modeltype>
|
|
40
40
|
<organisation1>http://cpee.org/~demo/orgviz/organisation_informatik.xml</organisation1>
|
|
41
|
+
<theme>extended</theme>
|
|
42
|
+
<creator>Christine Ashcreek</creator>
|
|
43
|
+
<author>Christine Ashcreek</author>
|
|
44
|
+
<design_stage>development</design_stage>
|
|
45
|
+
<design_dir>Templates.dir</design_dir>
|
|
41
46
|
</attributes>
|
|
42
47
|
</testset>
|
data/cpee.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "2.1.
|
|
3
|
+
s.version = "2.1.1"
|
|
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.org). If you just need workflow execution, without a rest service exposing it, then use WEEL."
|
data/tools/cpee
CHANGED
|
@@ -97,7 +97,7 @@ elsif command == 'cpui'
|
|
|
97
97
|
if !File.exists?(p1)
|
|
98
98
|
FileUtils.cp_r(cockpit,p1)
|
|
99
99
|
else
|
|
100
|
-
FileUtils.cp_r(Dir.glob(File.join(cockpit,'*'))
|
|
100
|
+
FileUtils.cp_r(Dir.glob(File.join(cockpit,'*')).delete_if{|e| e =~ /\.json/ || e=~ /legacy/ })
|
|
101
101
|
puts "Directory already exists, updating ..."
|
|
102
102
|
end
|
|
103
103
|
js_libs(p1)
|
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: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: tools
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-05-
|
|
13
|
+
date: 2021-05-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: riddl
|
|
@@ -120,6 +120,7 @@ files:
|
|
|
120
120
|
- cockpit/README
|
|
121
121
|
- cockpit/Signavio.xml
|
|
122
122
|
- cockpit/config.json
|
|
123
|
+
- cockpit/config.json.example
|
|
123
124
|
- cockpit/contrib/graph_example.svg
|
|
124
125
|
- cockpit/contrib/legend.svg
|
|
125
126
|
- cockpit/contrib/symbols.svg
|
|
@@ -143,7 +144,6 @@ files:
|
|
|
143
144
|
- cockpit/js/track.js
|
|
144
145
|
- cockpit/js/ui.js
|
|
145
146
|
- cockpit/js/wfadaptor.js
|
|
146
|
-
- cockpit/js_libs.zip
|
|
147
147
|
- cockpit/model.html
|
|
148
148
|
- cockpit/replay.html
|
|
149
149
|
- cockpit/rngs/attributes.rng
|
|
@@ -192,6 +192,8 @@ files:
|
|
|
192
192
|
- cockpit/templates.legacy/testsets.xml
|
|
193
193
|
- cockpit/templates.legacy/transformations.xml
|
|
194
194
|
- cockpit/templates/Coopis 2010.xml
|
|
195
|
+
- cockpit/templates/Coopis 2010.xml.active
|
|
196
|
+
- cockpit/templates/Coopis 2010.xml.active-uuid
|
|
195
197
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml
|
|
196
198
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 2.xml
|
|
197
199
|
- cockpit/templates/IUPC arXiv:1104.3609 P34 3.xml
|
data/cockpit/js_libs.zip
DELETED
|
Binary file
|