cpee 1.3.139 → 1.3.140
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cpee.gemspec +1 -1
- data/server/instances/1/properties.xml +101 -69
- data/server/instances/10/properties.xml +70 -106
- data/server/instances/11/properties.xml +109 -0
- data/server/instances/2/properties.xml +44 -191
- data/server/instances/3/properties.xml +44 -70
- data/server/instances/4/properties.xml +68 -28
- data/server/instances/5/properties.xml +70 -10
- data/server/instances/6/properties.xml +55 -175
- data/server/instances/7/properties.xml +52 -118
- data/server/instances/8/properties.xml +50 -112
- data/server/instances/9/properties.xml +47 -115
- data/server/resources/transformation_dslx.xsl +3 -0
- metadata +99 -101
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret +0 -1
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret +0 -1
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml +0 -27
@@ -1,90 +1,51 @@
|
|
1
1
|
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
2
2
|
<info>Enter info here</info>
|
3
|
-
<state>
|
3
|
+
<state>finished</state>
|
4
4
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
5
5
|
<positions/>
|
6
6
|
<dataelements>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<to>Prague</to>
|
13
|
-
<costs>1021.0</costs>
|
7
|
+
<json>{"lv":"Workflow Technologies","id":{"lvnr":"050311","gruppe":1}}</json>
|
8
|
+
<json_lv>Workflow Technologies</json_lv>
|
9
|
+
<json_lvnr/>
|
10
|
+
<xml_lv>Workflow Technologies</xml_lv>
|
11
|
+
<xml_lvnr>050311</xml_lvnr>
|
14
12
|
</dataelements>
|
15
13
|
<endpoints>
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<
|
14
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
15
|
+
<json>http://cpee.org/services/json.php</json>
|
16
|
+
<xml>http://cpee.org/services/xml.php</xml>
|
19
17
|
</endpoints>
|
20
|
-
<dsl>call :a1, :
|
21
|
-
|
22
|
-
|
23
|
-
|
18
|
+
<dsl>call :a1, :json, { :label => "Get JSON", :method => "get", :parameters => nil }, <<-end
|
19
|
+
data.json = result
|
20
|
+
data.json_lv = result['lv']
|
21
|
+
data.json_lvnr = result['lv']['lvnr']
|
24
22
|
end
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
call :a2, :bookHotel, { :method => :post, :parameters => {:to => data.to} }, <<-end
|
29
|
-
data.hotels << result.value('id')
|
30
|
-
data.costs += result.value('costs').to_f
|
31
|
-
end
|
32
|
-
end
|
33
|
-
manipulate :a3, <<-end
|
34
|
-
data.persons -= 1
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
38
|
-
choose :inclusive do
|
39
|
-
alternative "data.costs > 700" do
|
40
|
-
call :a4, :approve, { :method => :post, :parameters => {:costs => data.costs} }
|
41
|
-
end
|
23
|
+
call :a2, :xml, { :label => "Get XML", :method => "get", :parameters => nil }, <<-end
|
24
|
+
data.xml_lv = result.find('string(/data/lv)')
|
25
|
+
data.xml_lvnr = result.find('string(/data/lv/@id)')
|
42
26
|
end
|
43
27
|
</dsl>
|
44
28
|
<dslx>
|
45
29
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
46
|
-
<call id="a1" endpoint="
|
30
|
+
<call id="a1" endpoint="json" svg-label="Get JSON">
|
31
|
+
<parameters>
|
32
|
+
<label>Get JSON</label>
|
33
|
+
<method>get</method>
|
34
|
+
<parameters/>
|
35
|
+
</parameters>
|
36
|
+
<manipulate>data.json = result
|
37
|
+
data.json_lv = result['lv']
|
38
|
+
data.json_lvnr = result['lv']['lvnr']</manipulate>
|
39
|
+
</call>
|
40
|
+
<call id="a2" endpoint="xml">
|
47
41
|
<parameters>
|
48
|
-
<
|
49
|
-
<
|
50
|
-
|
51
|
-
<to>data.to</to>
|
52
|
-
<persons>data.persons</persons>
|
53
|
-
</parameters>
|
42
|
+
<label>Get XML</label>
|
43
|
+
<method>get</method>
|
44
|
+
<parameters/>
|
54
45
|
</parameters>
|
55
|
-
<manipulate
|
56
|
-
|
57
|
-
status.update 1, 'Hotel'</manipulate>
|
46
|
+
<manipulate>data.xml_lv = result.find('string(/data/lv)')
|
47
|
+
data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
|
58
48
|
</call>
|
59
|
-
<parallel>
|
60
|
-
<loop pre_test="data.persons > 0">
|
61
|
-
<parallel_branch pass="data.persons" local="p">
|
62
|
-
<call id="a2" endpoint="bookHotel">
|
63
|
-
<parameters>
|
64
|
-
<method>:post</method>
|
65
|
-
<parameters>
|
66
|
-
<to>data.to</to>
|
67
|
-
</parameters>
|
68
|
-
</parameters>
|
69
|
-
<manipulate output="result"> data.hotels << result.value('id')
|
70
|
-
data.costs += result.value('costs').to_f</manipulate>
|
71
|
-
</call>
|
72
|
-
</parallel_branch>
|
73
|
-
<manipulate id="a3"> data.persons -= 1</manipulate>
|
74
|
-
</loop>
|
75
|
-
</parallel>
|
76
|
-
<choose>
|
77
|
-
<alternative condition="data.costs > 700">
|
78
|
-
<call id="a4" endpoint="approve">
|
79
|
-
<parameters>
|
80
|
-
<method>:post</method>
|
81
|
-
<parameters>
|
82
|
-
<costs>data.costs</costs>
|
83
|
-
</parameters>
|
84
|
-
</parameters>
|
85
|
-
</call>
|
86
|
-
</alternative>
|
87
|
-
</choose>
|
88
49
|
</description>
|
89
50
|
</dslx>
|
90
51
|
<status>
|
@@ -93,53 +54,30 @@ end
|
|
93
54
|
</status>
|
94
55
|
<description>
|
95
56
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
96
|
-
<call id="a1" endpoint="
|
57
|
+
<call id="a1" endpoint="json" svg-label="Get JSON">
|
58
|
+
<parameters>
|
59
|
+
<label>Get JSON</label>
|
60
|
+
<method>get</method>
|
61
|
+
<parameters/>
|
62
|
+
</parameters>
|
63
|
+
<manipulate>data.json = result
|
64
|
+
data.json_lv = result['lv']
|
65
|
+
data.json_lvnr = result['lv']['lvnr']</manipulate>
|
66
|
+
</call>
|
67
|
+
<call id="a2" endpoint="xml">
|
97
68
|
<parameters>
|
98
|
-
<
|
99
|
-
<
|
100
|
-
|
101
|
-
<to>data.to</to>
|
102
|
-
<persons>data.persons</persons>
|
103
|
-
</parameters>
|
69
|
+
<label>Get XML</label>
|
70
|
+
<method>get</method>
|
71
|
+
<parameters/>
|
104
72
|
</parameters>
|
105
|
-
<manipulate
|
106
|
-
|
107
|
-
status.update 1, 'Hotel'</manipulate>
|
73
|
+
<manipulate>data.xml_lv = result.find('string(/data/lv)')
|
74
|
+
data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
|
108
75
|
</call>
|
109
|
-
<parallel>
|
110
|
-
<loop pre_test="data.persons > 0">
|
111
|
-
<parallel_branch pass="data.persons" local="p">
|
112
|
-
<call id="a2" endpoint="bookHotel">
|
113
|
-
<parameters>
|
114
|
-
<method>:post</method>
|
115
|
-
<parameters>
|
116
|
-
<to>data.to</to>
|
117
|
-
</parameters>
|
118
|
-
</parameters>
|
119
|
-
<manipulate output="result"> data.hotels << result.value('id')
|
120
|
-
data.costs += result.value('costs').to_f</manipulate>
|
121
|
-
</call>
|
122
|
-
</parallel_branch>
|
123
|
-
<manipulate id="a3"> data.persons -= 1</manipulate>
|
124
|
-
</loop>
|
125
|
-
</parallel>
|
126
|
-
<choose>
|
127
|
-
<alternative condition="data.costs > 700">
|
128
|
-
<call id="a4" endpoint="approve">
|
129
|
-
<parameters>
|
130
|
-
<method>:post</method>
|
131
|
-
<parameters>
|
132
|
-
<costs>data.costs</costs>
|
133
|
-
</parameters>
|
134
|
-
</parameters>
|
135
|
-
</call>
|
136
|
-
</alternative>
|
137
|
-
</choose>
|
138
76
|
</description>
|
139
77
|
</description>
|
140
78
|
<transformation>
|
141
79
|
<description type="copy"/>
|
142
|
-
<dataelements type="
|
143
|
-
<endpoints type="
|
80
|
+
<dataelements type="xslt"/>
|
81
|
+
<endpoints type="xslt"/>
|
144
82
|
</transformation>
|
145
83
|
</properties>
|
@@ -1,90 +1,45 @@
|
|
1
1
|
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
2
|
-
<info>
|
3
|
-
<state>
|
2
|
+
<info>Enter info here</info>
|
3
|
+
<state>ready</state>
|
4
4
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
5
5
|
<positions/>
|
6
|
-
<dataelements
|
7
|
-
<persons>0</persons>
|
8
|
-
<card>Visa_12345</card>
|
9
|
-
<airline>FlyNiki</airline>
|
10
|
-
<hotels>["Ibis","Mariott","Rathaus"]</hotels>
|
11
|
-
<from>Vienna</from>
|
12
|
-
<to>Prague</to>
|
13
|
-
<costs>724.0</costs>
|
14
|
-
</dataelements>
|
6
|
+
<dataelements/>
|
15
7
|
<endpoints>
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<
|
8
|
+
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
9
|
+
<json>http://cpee.org/services/json.php</json>
|
10
|
+
<xml>http://cpee.org/services/xml.php</xml>
|
19
11
|
</endpoints>
|
20
|
-
<dsl>call :a1, :
|
21
|
-
|
22
|
-
|
23
|
-
|
12
|
+
<dsl>call :a1, :json, { :label => "Get JSON", :method => "get", :parameters => nil }, <<-end
|
13
|
+
data.json = result
|
14
|
+
data.json_lv = result['lv']
|
15
|
+
data.json_lvnr = result['lv']['lvnr']
|
24
16
|
end
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
call :a2, :bookHotel, { :method => :post, :parameters => {:to => data.to} }, <<-end
|
29
|
-
data.hotels << result.value('id')
|
30
|
-
data.costs += result.value('costs').to_f
|
31
|
-
end
|
32
|
-
end
|
33
|
-
manipulate :a3, <<-end
|
34
|
-
data.persons -= 1
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
38
|
-
choose :inclusive do
|
39
|
-
alternative "data.costs > 700" do
|
40
|
-
call :a4, :approve, { :method => :post, :parameters => {:costs => data.costs} }
|
41
|
-
end
|
17
|
+
call :a2, :xml, { :label => "Get XML", :method => "get", :parameters => nil }, <<-end
|
18
|
+
data.xml_lv = result.find('string(/data/lv)')
|
19
|
+
data.xml_lvnr = result.find('string(/data/lv/@id)')
|
42
20
|
end
|
43
21
|
</dsl>
|
44
22
|
<dslx>
|
45
23
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
46
|
-
<call id="a1" endpoint="
|
24
|
+
<call id="a1" endpoint="json" svg-label="Get JSON">
|
25
|
+
<parameters>
|
26
|
+
<label>Get JSON</label>
|
27
|
+
<method>get</method>
|
28
|
+
<parameters/>
|
29
|
+
</parameters>
|
30
|
+
<manipulate>data.json = result
|
31
|
+
data.json_lv = result['lv']
|
32
|
+
data.json_lvnr = result['lv']['lvnr']</manipulate>
|
33
|
+
</call>
|
34
|
+
<call id="a2" endpoint="xml">
|
47
35
|
<parameters>
|
48
|
-
<
|
49
|
-
<
|
50
|
-
|
51
|
-
<to>data.to</to>
|
52
|
-
<persons>data.persons</persons>
|
53
|
-
</parameters>
|
36
|
+
<label>Get XML</label>
|
37
|
+
<method>get</method>
|
38
|
+
<parameters/>
|
54
39
|
</parameters>
|
55
|
-
<manipulate
|
56
|
-
|
57
|
-
status.update 1, 'Hotel'</manipulate>
|
40
|
+
<manipulate>data.xml_lv = result.find('string(/data/lv)')
|
41
|
+
data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
|
58
42
|
</call>
|
59
|
-
<parallel>
|
60
|
-
<loop pre_test="data.persons > 0">
|
61
|
-
<parallel_branch pass="data.persons" local="p">
|
62
|
-
<call id="a2" endpoint="bookHotel">
|
63
|
-
<parameters>
|
64
|
-
<method>:post</method>
|
65
|
-
<parameters>
|
66
|
-
<to>data.to</to>
|
67
|
-
</parameters>
|
68
|
-
</parameters>
|
69
|
-
<manipulate output="result"> data.hotels << result.value('id')
|
70
|
-
data.costs += result.value('costs').to_f</manipulate>
|
71
|
-
</call>
|
72
|
-
</parallel_branch>
|
73
|
-
<manipulate id="a3"> data.persons -= 1</manipulate>
|
74
|
-
</loop>
|
75
|
-
</parallel>
|
76
|
-
<choose>
|
77
|
-
<alternative condition="data.costs > 700">
|
78
|
-
<call id="a4" endpoint="approve">
|
79
|
-
<parameters>
|
80
|
-
<method>:post</method>
|
81
|
-
<parameters>
|
82
|
-
<costs>data.costs</costs>
|
83
|
-
</parameters>
|
84
|
-
</parameters>
|
85
|
-
</call>
|
86
|
-
</alternative>
|
87
|
-
</choose>
|
88
43
|
</description>
|
89
44
|
</dslx>
|
90
45
|
<status>
|
@@ -93,53 +48,30 @@ end
|
|
93
48
|
</status>
|
94
49
|
<description>
|
95
50
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
96
|
-
<call id="a1" endpoint="
|
51
|
+
<call id="a1" endpoint="json" svg-label="Get JSON">
|
52
|
+
<parameters>
|
53
|
+
<label>Get JSON</label>
|
54
|
+
<method>get</method>
|
55
|
+
<parameters/>
|
56
|
+
</parameters>
|
57
|
+
<manipulate>data.json = result
|
58
|
+
data.json_lv = result['lv']
|
59
|
+
data.json_lvnr = result['lv']['lvnr']</manipulate>
|
60
|
+
</call>
|
61
|
+
<call id="a2" endpoint="xml">
|
97
62
|
<parameters>
|
98
|
-
<
|
99
|
-
<
|
100
|
-
|
101
|
-
<to>data.to</to>
|
102
|
-
<persons>data.persons</persons>
|
103
|
-
</parameters>
|
63
|
+
<label>Get XML</label>
|
64
|
+
<method>get</method>
|
65
|
+
<parameters/>
|
104
66
|
</parameters>
|
105
|
-
<manipulate
|
106
|
-
|
107
|
-
status.update 1, 'Hotel'</manipulate>
|
67
|
+
<manipulate>data.xml_lv = result.find('string(/data/lv)')
|
68
|
+
data.xml_lvnr = result.find('string(/data/lv/@id)')</manipulate>
|
108
69
|
</call>
|
109
|
-
<parallel>
|
110
|
-
<loop pre_test="data.persons > 0">
|
111
|
-
<parallel_branch pass="data.persons" local="p">
|
112
|
-
<call id="a2" endpoint="bookHotel">
|
113
|
-
<parameters>
|
114
|
-
<method>:post</method>
|
115
|
-
<parameters>
|
116
|
-
<to>data.to</to>
|
117
|
-
</parameters>
|
118
|
-
</parameters>
|
119
|
-
<manipulate output="result"> data.hotels << result.value('id')
|
120
|
-
data.costs += result.value('costs').to_f</manipulate>
|
121
|
-
</call>
|
122
|
-
</parallel_branch>
|
123
|
-
<manipulate id="a3"> data.persons -= 1</manipulate>
|
124
|
-
</loop>
|
125
|
-
</parallel>
|
126
|
-
<choose>
|
127
|
-
<alternative condition="data.costs > 700">
|
128
|
-
<call id="a4" endpoint="approve">
|
129
|
-
<parameters>
|
130
|
-
<method>:post</method>
|
131
|
-
<parameters>
|
132
|
-
<costs>data.costs</costs>
|
133
|
-
</parameters>
|
134
|
-
</parameters>
|
135
|
-
</call>
|
136
|
-
</alternative>
|
137
|
-
</choose>
|
138
70
|
</description>
|
139
71
|
</description>
|
140
72
|
<transformation>
|
141
73
|
<description type="copy"/>
|
142
|
-
<dataelements type="
|
143
|
-
<endpoints type="
|
74
|
+
<dataelements type="xslt"/>
|
75
|
+
<endpoints type="xslt"/>
|
144
76
|
</transformation>
|
145
77
|
</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.
|
4
|
+
version: 1.3.140
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-
|
13
|
+
date: 2014-08-05 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: riddl
|
@@ -75,120 +75,118 @@ extensions: []
|
|
75
75
|
extra_rdoc_files:
|
76
76
|
- README
|
77
77
|
files:
|
78
|
-
-
|
79
|
-
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
-
|
83
|
-
-
|
84
|
-
- server/resources/empty_dslx.xml
|
85
|
-
- server/resources/properties.schema.inactive
|
86
|
-
- server/resources/transformation.xml
|
87
|
-
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret
|
88
|
-
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret
|
89
|
-
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml
|
90
|
-
- server/instances/1/properties.xml
|
91
|
-
- server/instances/3/properties.xml
|
92
|
-
- server/instances/9/properties.xml
|
93
|
-
- server/instances/10/properties.xml
|
94
|
-
- server/instances/4/properties.xml
|
95
|
-
- server/instances/7/properties.xml
|
96
|
-
- server/instances/6/properties.xml
|
97
|
-
- server/instances/5/properties.xml
|
98
|
-
- server/instances/8/properties.xml
|
99
|
-
- server/instances/2/properties.xml
|
100
|
-
- server/handlerwrappers/soap.rb
|
101
|
-
- server/handlerwrappers/default.rb
|
102
|
-
- lib/engine.xml
|
103
|
-
- lib/cpee/callback.rb
|
104
|
-
- lib/cpee/handler_notifications.rb
|
105
|
-
- lib/cpee/controller.rb
|
106
|
-
- lib/cpee/processtransformation/bpmn2.rb
|
107
|
-
- lib/cpee/processtransformation/cpee.rb
|
108
|
-
- lib/cpee/processtransformation/structures.rb
|
109
|
-
- lib/cpee/processtransformation/bpel/bpel2wee.rb
|
110
|
-
- lib/cpee/processtransformation/bpel/bpelserver.xml
|
111
|
-
- lib/cpee/processtransformation/bpel/bpelserver.ru
|
112
|
-
- lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl
|
113
|
-
- lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl
|
114
|
-
- lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl
|
115
|
-
- lib/cpee/processtransformation/bpel/Repository/booking.wsdl
|
116
|
-
- lib/cpee/processtransformation/bpel/Repository/booking.bpel
|
117
|
-
- lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb
|
118
|
-
- lib/cpee/handler_properties.rb
|
119
|
-
- lib/cpee/implementation.rb
|
120
|
-
- lib/cpee/empty_workflow.rb
|
121
|
-
- lib/engine/instance-info.rng
|
122
|
-
- lib/engine/instances.rng
|
123
|
-
- lib/engine/callbacks.rng
|
124
|
-
- lib/cpee.xml
|
125
|
-
- cockpit/testsets/Endpoints and Data Manipulation.xml
|
126
|
-
- cockpit/testsets/TEST - Bad Loop.xml
|
127
|
-
- cockpit/testsets/Syncing P34 3.xml
|
128
|
-
- cockpit/testsets/Coopis Testset.xml
|
129
|
-
- cockpit/testsets/TEST - Wrong Positions.xml
|
130
|
-
- cockpit/testsets/ICSOC Testset.xml
|
131
|
-
- cockpit/testsets/Syncing P34.xml
|
132
|
-
- cockpit/testsets/Linear.xml
|
133
|
-
- cockpit/testsets/Syncing P34 1.xml
|
134
|
-
- cockpit/testsets/Syncing P34 2.xml
|
135
|
-
- cockpit/testsets/Mangler 2.xml
|
136
|
-
- cockpit/testsets/Mangler 1.xml
|
137
|
-
- cockpit/testsets/index.xml
|
138
|
-
- cockpit/testsets/Signavio Model Base.xml
|
139
|
-
- cockpit/testsets/Concurrent.xml
|
140
|
-
- cockpit/testsets/SOPROMO Test Sonification.xml
|
78
|
+
- AUTHORS
|
79
|
+
- COPYING
|
80
|
+
- FEATURES
|
81
|
+
- INSTALL
|
82
|
+
- README
|
83
|
+
- Rakefile
|
141
84
|
- cockpit/README
|
85
|
+
- cockpit/contrib/graph_example.svg
|
86
|
+
- cockpit/contrib/legend.svg
|
87
|
+
- cockpit/contrib/symbols.svg
|
88
|
+
- cockpit/contrib/transformation1.xsl
|
89
|
+
- cockpit/contrib/transformation2.xsl
|
90
|
+
- cockpit/contrib/tree_example.svg
|
142
91
|
- cockpit/css/ui.css
|
92
|
+
- cockpit/index.html
|
143
93
|
- cockpit/js/details.js
|
144
|
-
- cockpit/js/wfadaptor.cpee.js
|
145
94
|
- cockpit/js/instance.js
|
146
|
-
- cockpit/js/ui.js
|
147
95
|
- cockpit/js/parameters.js
|
148
|
-
- cockpit/
|
149
|
-
- cockpit/
|
150
|
-
- cockpit/contrib/tree_example.svg
|
151
|
-
- cockpit/contrib/transformation1.xsl
|
152
|
-
- cockpit/contrib/transformation2.xsl
|
153
|
-
- cockpit/contrib/legend.svg
|
154
|
-
- cockpit/contrib/symbols.svg
|
155
|
-
- cockpit/lib/jquery-ui.custom.min.js
|
156
|
-
- cockpit/lib/contextmenu.js
|
157
|
-
- cockpit/lib/ui.css
|
96
|
+
- cockpit/js/ui.js
|
97
|
+
- cockpit/js/wfadaptor.cpee.js
|
158
98
|
- cockpit/lib/contextmenu.css
|
159
|
-
- cockpit/lib/
|
160
|
-
- cockpit/lib/
|
161
|
-
- cockpit/lib/jquery.redraw.js
|
162
|
-
- cockpit/lib/strftime.min.js
|
163
|
-
- cockpit/lib/printf.js
|
164
|
-
- cockpit/lib/jquery.min.js
|
165
|
-
- cockpit/lib/jquery.cookie.js
|
99
|
+
- cockpit/lib/contextmenu.js
|
100
|
+
- cockpit/lib/jquery-ui.custom.min.js
|
166
101
|
- cockpit/lib/jquery-ui.custom.min.txt
|
102
|
+
- cockpit/lib/jquery.caret.min.js
|
103
|
+
- cockpit/lib/jquery.cookie.js
|
104
|
+
- cockpit/lib/jquery.min.js
|
105
|
+
- cockpit/lib/jquery.redraw.js
|
167
106
|
- cockpit/lib/jquery.svgdom.js
|
168
|
-
- cockpit/lib/ui.js
|
169
107
|
- cockpit/lib/parsequery.js
|
170
|
-
- cockpit/lib/
|
171
|
-
- cockpit/lib/
|
172
|
-
- cockpit/lib/
|
108
|
+
- cockpit/lib/printf.js
|
109
|
+
- cockpit/lib/strftime.min.js
|
110
|
+
- cockpit/lib/ui.css
|
111
|
+
- cockpit/lib/ui.js
|
112
|
+
- cockpit/lib/underscore.min.js
|
113
|
+
- cockpit/lib/util.js
|
173
114
|
- cockpit/lib/wfadaptor-doc/demo1.html
|
174
|
-
- cockpit/lib/wfadaptor-doc/index.html
|
175
115
|
- cockpit/lib/wfadaptor-doc/demo2.html
|
176
|
-
-
|
177
|
-
-
|
116
|
+
- cockpit/lib/wfadaptor-doc/index.html
|
117
|
+
- cockpit/lib/wfadaptor.css
|
118
|
+
- cockpit/lib/wfadaptor.js
|
119
|
+
- cockpit/testsets/Concurrent.xml
|
120
|
+
- cockpit/testsets/Coopis Testset.xml
|
121
|
+
- cockpit/testsets/Endpoints and Data Manipulation.xml
|
122
|
+
- cockpit/testsets/ICSOC Testset.xml
|
123
|
+
- cockpit/testsets/Linear.xml
|
124
|
+
- cockpit/testsets/Mangler 1.xml
|
125
|
+
- cockpit/testsets/Mangler 2.xml
|
126
|
+
- cockpit/testsets/SOPROMO Test Sonification.xml
|
127
|
+
- cockpit/testsets/Signavio Model Base.xml
|
128
|
+
- cockpit/testsets/Syncing P34 1.xml
|
129
|
+
- cockpit/testsets/Syncing P34 2.xml
|
130
|
+
- cockpit/testsets/Syncing P34 3.xml
|
131
|
+
- cockpit/testsets/Syncing P34.xml
|
132
|
+
- cockpit/testsets/TEST - Bad Loop.xml
|
133
|
+
- cockpit/testsets/TEST - Wrong Positions.xml
|
134
|
+
- cockpit/testsets/index.xml
|
135
|
+
- contrib/Screenshot at 2011-09-28 02:38:11.png
|
178
136
|
- contrib/logo2-small.png
|
137
|
+
- contrib/logo2.png
|
179
138
|
- contrib/logo2.svg
|
180
139
|
- contrib/logo2a.png
|
181
|
-
- contrib/
|
182
|
-
- COPYING
|
183
|
-
- FEATURES
|
184
|
-
- INSTALL
|
185
|
-
- Rakefile
|
140
|
+
- contrib/logo2a.svg
|
186
141
|
- cpee.gemspec
|
187
|
-
-
|
188
|
-
-
|
189
|
-
-
|
142
|
+
- lib/cpee.xml
|
143
|
+
- lib/cpee/callback.rb
|
144
|
+
- lib/cpee/controller.rb
|
145
|
+
- lib/cpee/empty_workflow.rb
|
146
|
+
- lib/cpee/handler_notifications.rb
|
147
|
+
- lib/cpee/handler_properties.rb
|
148
|
+
- lib/cpee/implementation.rb
|
149
|
+
- lib/cpee/processtransformation/bpel/Repository/booking.bpel
|
150
|
+
- lib/cpee/processtransformation/bpel/Repository/booking.wsdl
|
151
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl
|
152
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl
|
153
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl
|
154
|
+
- lib/cpee/processtransformation/bpel/bpel2wee.rb
|
155
|
+
- lib/cpee/processtransformation/bpel/bpelserver.ru
|
156
|
+
- lib/cpee/processtransformation/bpel/bpelserver.xml
|
157
|
+
- lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb
|
158
|
+
- lib/cpee/processtransformation/bpmn2.rb
|
159
|
+
- lib/cpee/processtransformation/cpee.rb
|
160
|
+
- lib/cpee/processtransformation/structures.rb
|
161
|
+
- lib/engine.xml
|
162
|
+
- lib/engine/callbacks.rng
|
163
|
+
- lib/engine/instance-info.rng
|
164
|
+
- lib/engine/instances.rng
|
165
|
+
- server/handlerwrappers/default.rb
|
166
|
+
- server/handlerwrappers/soap.rb
|
167
|
+
- server/instances/1/properties.xml
|
168
|
+
- server/instances/10/properties.xml
|
169
|
+
- server/instances/11/properties.xml
|
170
|
+
- server/instances/2/properties.xml
|
171
|
+
- server/instances/3/properties.xml
|
172
|
+
- server/instances/4/properties.xml
|
173
|
+
- server/instances/5/properties.xml
|
174
|
+
- server/instances/6/properties.xml
|
175
|
+
- server/instances/7/properties.xml
|
176
|
+
- server/instances/8/properties.xml
|
177
|
+
- server/instances/9/properties.xml
|
178
|
+
- server/resources/empty_dslx.xml
|
179
|
+
- server/resources/properties.init
|
180
|
+
- server/resources/properties.schema.active
|
181
|
+
- server/resources/properties.schema.finished
|
182
|
+
- server/resources/properties.schema.inactive
|
183
|
+
- server/resources/topics.xml
|
184
|
+
- server/resources/transformation.xml
|
185
|
+
- server/resources/transformation_dslx.xsl
|
186
|
+
- server/server.rb
|
190
187
|
- test/delete.rb
|
191
188
|
- test/load.rb
|
189
|
+
- test/testset.xml
|
192
190
|
homepage: http://cpee.org/
|
193
191
|
licenses:
|
194
192
|
- LGPL-3
|
@@ -209,12 +207,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
207
|
version: '0'
|
210
208
|
requirements: []
|
211
209
|
rubyforge_project:
|
212
|
-
rubygems_version: 2.
|
210
|
+
rubygems_version: 2.2.2
|
213
211
|
signing_key:
|
214
212
|
specification_version: 4
|
215
213
|
summary: Preliminary release of cloud process execution engine (cpee). If you just
|
216
214
|
need workflow execution, without a rest/xmpp service exposing it, then use WEEL
|
217
215
|
test_files:
|
216
|
+
- test/load.rb
|
218
217
|
- test/testset.xml
|
219
218
|
- test/delete.rb
|
220
|
-
- test/load.rb
|