cpee 1.3.204 → 1.3.205

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.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/cockpit/css/ui.css +9 -5
  3. data/cockpit/css/wfadaptor.css +13 -1
  4. data/cockpit/js/instance.js +26 -17
  5. data/cockpit/testsets/Concurrent.xml +19 -17
  6. data/cockpit/testsets/Lego Crane.xml +2 -2
  7. data/cockpit/testsets/Worklist Parallel.xml +17 -17
  8. data/cockpit/testsets/Worklist Test CPEE.xml +4 -4
  9. data/cockpit/testsets/Worklist Test.xml +5 -5
  10. data/cockpit/testsets/Worklist Test2.xml +4 -4
  11. data/cockpit/themes/default/symbols/callcorrelationreceive.svg +6 -0
  12. data/cockpit/themes/default/symbols/callcorrelationsend.svg +6 -0
  13. data/cockpit/themes/default/symbols/callinstantiation.svg +3 -0
  14. data/cockpit/themes/default/symbols/callmanipulateworklist.svg +6 -0
  15. data/cockpit/themes/default/symbols/callworklist.svg +4 -0
  16. data/cockpit/themes/default/theme.js +45 -3
  17. data/cpee.gemspec +1 -1
  18. data/lib/cpee/implementation.rb +7 -2
  19. data/log/server.rb +71 -65
  20. data/server/instances/20/properties.xml +68 -0
  21. data/server/instances/21/properties.xml +118 -0
  22. data/server/instances/22/properties.xml +525 -0
  23. data/server/instances/23/properties.xml +65 -0
  24. data/server/instances/24/properties.xml +65 -0
  25. data/server/instances/25/properties.xml +65 -0
  26. data/server/instances/26/properties.xml +65 -0
  27. data/server/instances/27/properties.xml +65 -0
  28. data/server/instances/28/properties.xml +65 -0
  29. data/server/instances/29/properties.xml +67 -0
  30. data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/consumer-secret +1 -0
  31. data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/producer-secret +1 -0
  32. data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/subscription.xml +42 -0
  33. data/server/instances/30/properties.xml +65 -0
  34. metadata +21 -3
  35. data/server/weel.rb +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf3416bd24525dcf196bc0ae5e8412fe1f61a873
4
- data.tar.gz: b2431b2e6f3958fd151447d92d89a2816d710752
3
+ metadata.gz: 6f2a2070f0a700f8b43054cbd9fcaeed7d761591
4
+ data.tar.gz: 915c01fb5cfad310d2f51f208049513f40a0358b
5
5
  SHA512:
6
- metadata.gz: 88128156661f7f2373d9a171f08d43663f36af63e37dd1d87429182af27ab0cd1a7945e4103239cb57ffd808c730b2ae90d1e61f96873d506c51c6b3091ce199
7
- data.tar.gz: fd8594f966ec9b6194dc15da32ce39c8409585abd251eba0975de024db2cb2b4cc5afc93e878b4a4b0bae0d3963f07ebd05fc6e95c434d1b13eb153384980922
6
+ metadata.gz: c30cd2c5277e0c79fe03303ce3c1f90339aa0a38c9deef1637a4dd1e4ccc37d2f521af04d5056da3a7b1fd71f3e55dee1c0e38ff27a0e8199618044ef7579d35
7
+ data.tar.gz: 40d532eaa4bedf2bf39abf0acdb578f78e3815669e05d3161e664a6a560d15a7ec6eb5a60ea0970092934463721953e92f1fb9fe96f92cd62215448fb81fc014
@@ -9,15 +9,16 @@ body {
9
9
 
10
10
  #instance ui-content { height: 7em; }
11
11
 
12
- #areanew td:nth-child(1) { width: 7em; padding-right: 2em; }
13
- #areanew td:nth-child(3) { width: 16em; padding-left: 2em; }
12
+ #areanew td:nth-child(1) { width: 7em; padding-right: 1em; }
13
+ #areanew td:nth-child(3) { width: 16em; padding-left: 1em; }
14
14
  #areanew input {
15
15
  width: 100%;
16
- line-height: 1.5em;
17
- height: 1.5em;
18
16
  padding: 0.1em 0.5em;
19
17
  border: 0.1em solid #a1a1a1;
20
18
  border-radius: 0;
19
+ box-sizing: border-box;
20
+ -moz-box-sizing: border-box;
21
+ -webkit-box-sizing: border-box;
21
22
  }
22
23
 
23
24
  #areanew button[name=base] { width: 100%; padding: 0.5em 1em; margin-bottom: 0.1em; }
@@ -135,6 +136,9 @@ span.vote {
135
136
 
136
137
  #dat_details { border: 0 none; border-top: 1em solid white; border-bottom: 1em solid white; width: inherit; border-right: 1em solid white; }
137
138
 
138
- #disclaimer { margin: 1em; }
139
+ #disclaimer {
140
+ padding: 1em;
141
+ overflow: auto;
142
+ }
139
143
  #disclaimer p { max-width: 80ex; text-align: justify; }
140
144
  #disclaimer input { margin:0; padding:0; vertical-align:bottom; margin-right: 0.5em; }
@@ -82,6 +82,17 @@ svg .normal {
82
82
  stroke-opacity:1;
83
83
  stroke-dasharray:none;
84
84
  }
85
+ svg .white {
86
+ fill:#000000;
87
+ fill-opacity:1;
88
+ stroke:#ffffff;
89
+ stroke-width:2.06896567;
90
+ stroke-linecap:round;
91
+ stroke-linejoin:round;
92
+ stroke-miterlimit:4;
93
+ stroke-opacity:1;
94
+ stroke-dasharray:none;
95
+ }
85
96
  svg .black {
86
97
  fill:#000000;
87
98
  fill-opacity:1;
@@ -97,7 +108,8 @@ svg .black {
97
108
  svg .clicked {
98
109
  fill: grey;
99
110
  stroke: grey;
100
- filter: drop-shadow(16px 16px 0.5em rgba(0,0,0,0.9));
111
+ filter: drop-shadow(0 0 0.15em rgba(0,0,0,0.9));
112
+ padding: 1em;
101
113
  }
102
114
 
103
115
  svg .unknown {
@@ -57,9 +57,9 @@ var sub_less = 'topic' + '=' + 'activity' + '&' +// {{{
57
57
 
58
58
  $(document).ready(function() {// {{{
59
59
  $("input[name=base-url]").val(location.protocol + "//" + location.host + ":" + $('body').data('defaultport'));
60
- $("button[name=base]").click(function(){ create_instance(null); });
61
- $("button[name=instance]").click(function(){ ui_activate_tab("#tabinstance"); monitor_instance(false); });
62
- $("button[name=loadtestset]").click(function(e){new CustomMenu(e).menu($('#predefinedtestsets'),load_testset); });
60
+ $("button[name=base]").click(function(){ create_instance(null,false); });
61
+ $("button[name=instance]").click(function(){ ui_activate_tab("#tabinstance"); monitor_instance(false,false); });
62
+ $("button[name=loadtestset]").click(function(e){new CustomMenu(e).menu($('#predefinedtestsets'),function(){ load_testset(false) } ); });
63
63
  $("button[name=loadtestsetfile]").click(load_testsetfile);
64
64
  $("button[name=loadmodelfile]").click(load_modelfile);
65
65
  $("button[name=loadmodeltype]").click(function(e){new CustomMenu(e).menu($('#modeltypes'),load_modeltype, $("button[name=loadmodeltype]")); });
@@ -84,18 +84,23 @@ $(document).ready(function() {// {{{
84
84
  if ($(v).text() == q.load) { $(v).attr('data-selected','selected'); }
85
85
  });
86
86
  ui_activate_tab("#tabexecution");
87
- monitor_instance(true);
87
+ monitor_instance(true,false);
88
88
  } else if (q.load) {
89
89
  $("#predefinedtestsets div.menuitem").each(function(k,v){
90
90
  if ($(v).text() == q.load) { $(v).attr('data-selected','selected'); }
91
91
  });
92
92
  ui_activate_tab("#tabexecution");
93
- create_instance(q.load);
93
+ create_instance(q.load,false);
94
94
  } else if (q.monitor) {
95
95
  $("input[name=instance-url]").val(q.monitor);
96
96
  ui_activate_tab("#tabexecution");
97
- // ui_toggle_vis_tab($("#instance td.switch"));
98
- monitor_instance(false);
97
+ monitor_instance(false,false);
98
+ } else if (q.exec) {
99
+ $("#predefinedtestsets div.menuitem").each(function(k,v){
100
+ if ($(v).text() == q.exec) { $(v).attr('data-selected','selected'); }
101
+ });
102
+ ui_activate_tab("#tabexecution");
103
+ create_instance(q.exec,true);
99
104
  }
100
105
  }
101
106
  });
@@ -142,7 +147,7 @@ function check_subscription() { // {{{
142
147
  }
143
148
  }// }}}
144
149
 
145
- function create_instance(ask) {// {{{
150
+ function create_instance(ask,exec) {// {{{
146
151
  var info = ask ? ask: prompt("Instance info?", "Enter info here");
147
152
  if (info != null) {
148
153
  if (info.match(/\S/)) {
@@ -154,7 +159,7 @@ function create_instance(ask) {// {{{
154
159
  data: "info=" + info,
155
160
  success: function(res){
156
161
  $("input[name=instance-url]").val((base + "//" + res + "/").replace(/\/+/g,"/").replace(/:\//,"://"));
157
- if (ask) monitor_instance(true);
162
+ if (ask) monitor_instance(true,exec);
158
163
  },
159
164
  error: function(a,b,c) {
160
165
  alert("No CPEE running.");
@@ -166,7 +171,7 @@ function create_instance(ask) {// {{{
166
171
  }
167
172
  }// }}}
168
173
 
169
- function monitor_instance(load) {// {{{
174
+ function monitor_instance(load,exec) {// {{{
170
175
  var url = $("input[name=instance-url]").val();
171
176
 
172
177
  $('.tabbehind button').hide();
@@ -255,7 +260,7 @@ function monitor_instance(load) {// {{{
255
260
  ws.onclose = function() {
256
261
  append_to_log("monitoring", "closed", "server down i assume.");
257
262
  };
258
- if (load) load_testset();
263
+ if (load || exec) load_testset(exec);
259
264
  }
260
265
  });
261
266
 
@@ -591,7 +596,8 @@ function save_svg() {// {{{
591
596
  }
592
597
  });
593
598
  }// }}}
594
- function set_testset(testset) {// {{{
599
+ function set_testset(testset,exec) {// {{{
600
+ console.log(exec);
595
601
  var url = $("#current-instance").text();
596
602
 
597
603
  $.ajax({
@@ -643,7 +649,10 @@ function set_testset(testset) {// {{{
643
649
  type: "PUT",
644
650
  url: url + "/properties/values/state",
645
651
  data: ({value: res}),
646
- error: report_failure
652
+ error: report_failure,
653
+ success: function(res){
654
+ if (exec) start_instance();
655
+ }
647
656
  });
648
657
  }
649
658
  });
@@ -659,7 +668,7 @@ function load_testsetfile_after() { //{{{
659
668
  var files = $('#testsetfile').get(0).files;
660
669
  var reader = new FileReader();
661
670
  reader.onload = function(){
662
- set_testset($.parseXML(reader.result));
671
+ set_testset($.parseXML(reader.result),false);
663
672
  running = false;
664
673
  }
665
674
  reader.onerror = function(){ running = false; }
@@ -694,7 +703,7 @@ function load_modelfile() {// {{{
694
703
  document.getElementById('modelfile').click();
695
704
  }// }}}
696
705
 
697
- function load_testset() {// {{{
706
+ function load_testset(exec) {// {{{
698
707
  if (running) return;
699
708
  running = true;
700
709
 
@@ -709,7 +718,7 @@ function load_testset() {// {{{
709
718
  $('#dat_details').empty();
710
719
 
711
720
  document.title = name;
712
- set_testset(res);
721
+ set_testset(res,exec);
713
722
  },
714
723
  complete: function() {
715
724
  running = false;
@@ -732,7 +741,7 @@ function load_modeltype() {// {{{
732
741
  url: url + "/properties/values/attributes/modeltype",
733
742
  data: ({value: name}),
734
743
  success: function(){
735
- set_testset(res);
744
+ set_testset(res,false);
736
745
  },
737
746
  error: report_failure
738
747
  });
@@ -10,24 +10,26 @@
10
10
  <endpoints>
11
11
  <bookHotel>http://gruppe.wst.univie.ac.at/~mangler/services/hotel.php</bookHotel>
12
12
  </endpoints>
13
- <description xmlns="http://cpee.org/ns/description/1.0">
14
- <parallel>
15
- <loop mode="pre_test" condition="data.persons > 0">
16
- <parallel_branch pass="data.persons" local="p">
17
- <call id="a2" endpoint="bookHotel">
18
- <parameters>
19
- <method>:post</method>
20
- <arguments>
21
- <to>"Vienna"</to>
22
- </arguments>
23
- </parameters>
24
- <finalize output="result">data.hotels &lt;&lt; result.value('id')
13
+ <description>
14
+ <description xmlns="http://cpee.org/ns/description/1.0">
15
+ <parallel>
16
+ <loop mode="pre_test" condition="data.persons > 0">
17
+ <parallel_branch pass="data.persons" local="p">
18
+ <call id="a2" endpoint="bookHotel">
19
+ <parameters>
20
+ <method>:post</method>
21
+ <arguments>
22
+ <to>"Vienna"</to>
23
+ </arguments>
24
+ </parameters>
25
+ <finalize output="result">data.hotels &lt;&lt; result.value('id')
25
26
  data.costs += result.value('costs').to_f</finalize>
26
- </call>
27
- </parallel_branch>
28
- <manipulate id="a3">data.persons -= 1</manipulate>
29
- </loop>
30
- </parallel>
27
+ </call>
28
+ </parallel_branch>
29
+ <manipulate id="a3">data.persons -= 1</manipulate>
30
+ </loop>
31
+ </parallel>
32
+ </description>
31
33
  </description>
32
34
  <transformation>
33
35
  <description type='copy'/>
@@ -3,7 +3,7 @@
3
3
  <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
4
4
  <endpoints>
5
5
  <timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
6
- <movex xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://crane.wst.univie.ac.at:9200/move/x</movex>
6
+ <movex xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://cranex.wst.univie.ac.at:9200/move/x</movex>
7
7
  <vacuum xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://crane.wst.univie.ac.at:9200/vacuum</vacuum>
8
8
  <movey xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://crane.wst.univie.ac.at:9200/move/y</movey>
9
9
  </endpoints>
@@ -110,4 +110,4 @@
110
110
  <modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
111
111
  <theme xmlns="http://riddl.org/ns/common-patterns/properties/1.0">default</theme>
112
112
  </attributes>
113
- </testset>
113
+ </testset>
@@ -9,78 +9,78 @@
9
9
  <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
10
10
  <endpoints>
11
11
  <timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
12
- <cb xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://solo.wst.univie.ac.at:9302</cb>
12
+ <worklist xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://solo.wst.univie.ac.at:9302</worklist>
13
13
  </endpoints>
14
14
  <positions/>
15
15
  <description>
16
16
  <description xmlns="http://cpee.org/ns/description/1.0">
17
- <parallel svg-label="">
18
- <parallel_branch svg-label="">
19
- <call id="a2" endpoint="cb" svg-label="">
17
+ <parallel>
18
+ <parallel_branch>
19
+ <call id="a2" endpoint="worklist">
20
20
  <parameters>
21
21
  <label>"OKA"</label>
22
22
  <method>:post</method>
23
23
  <arguments>
24
24
  <orgmodel>"organisation1"</orgmodel>
25
25
  <domain>"Virtual Business 1"</domain>
26
- <form>"http://solo.wst.univie.ac.at/form/form-f.html"</form>
26
+ <form>"http://cpee.org/~demo/form/form-f.html"</form>
27
27
  <role>"regular"</role>
28
28
  <schaden>"10001"</schaden>
29
29
  <text>"sehr gut"</text>
30
30
  </arguments>
31
31
  </parameters>
32
- <finalize>data.a = result.value</finalize>
32
+ <finalize>data.a = result</finalize>
33
33
  </call>
34
34
  </parallel_branch>
35
- <parallel_branch svg-label="">
36
- <call id="a3" endpoint="cb" svg-label="">
35
+ <parallel_branch>
36
+ <call id="a3" endpoint="worklist">
37
37
  <parameters>
38
38
  <label>"OKB"</label>
39
39
  <method>:post</method>
40
40
  <arguments>
41
41
  <orgmodel>"organisation1"</orgmodel>
42
42
  <domain>"Virtual Business 1"</domain>
43
- <form>"http://solo.wst.univie.ac.at/form/form-f.html"</form>
43
+ <form>"http://cpee.org/~demo/form/form-f.html"</form>
44
44
  <role>"regular"</role>
45
45
  <schaden>"12341231"</schaden>
46
46
  <text>"totalo kaputto"</text>
47
47
  </arguments>
48
48
  </parameters>
49
- <finalize>data.b = result.value</finalize>
49
+ <finalize>data.b = result</finalize>
50
50
  </call>
51
51
  </parallel_branch>
52
- <parallel_branch svg-label="">
53
- <call id="a4" endpoint="cb">
52
+ <parallel_branch>
53
+ <call id="a4" endpoint="worklist">
54
54
  <parameters>
55
55
  <label>"OKC"</label>
56
56
  <method>:post</method>
57
57
  <arguments>
58
58
  <orgmodel>"organisation1"</orgmodel>
59
59
  <domain>"Virtual Business 1"</domain>
60
- <form>"http://solo.wst.univie.ac.at/form/form-f.html"</form>
60
+ <form>"http://cpee.org/~demo/form/form-f.html"</form>
61
61
  <role>"regular"</role>
62
62
  <schaden>"3000"</schaden>
63
63
  <text>"ein Totalschaden"</text>
64
64
  </arguments>
65
65
  </parameters>
66
- <finalize>data.c = result.value</finalize>
66
+ <finalize>data.c = result</finalize>
67
67
  </call>
68
68
  </parallel_branch>
69
69
  </parallel>
70
- <call id="a1" endpoint="cb" svg-label="OK OR NOT OK">
70
+ <call id="a1" endpoint="worklist">
71
71
  <parameters>
72
72
  <label>"OK OR NOT OK"</label>
73
73
  <method>:post</method>
74
74
  <arguments>
75
75
  <orgmodel>"organisation1"</orgmodel>
76
76
  <domain>"Virtual Business 1"</domain>
77
- <form>"http://solo.wst.univie.ac.at/form/form-f.html"</form>
77
+ <form>"http://cpee.org/~demo/form/form-f.html"</form>
78
78
  <role>"regular"</role>
79
79
  <schaden>"55546"</schaden>
80
80
  <text>"fetzen hin"</text>
81
81
  </arguments>
82
82
  </parameters>
83
- <finalize>data.bla = result.value</finalize>
83
+ <finalize>data.bla = result</finalize>
84
84
  </call>
85
85
  </description>
86
86
  </description>
@@ -4,25 +4,25 @@
4
4
  <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
5
5
  <endpoints>
6
6
  <timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
7
- <cb xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://cpee.org:9302</cb>
7
+ <worklist xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://cpee.org:9302</worklist>
8
8
  </endpoints>
9
9
  <positions/>
10
10
  <description>
11
11
  <description xmlns="http://cpee.org/ns/description/1.0">
12
- <call id="a1" endpoint="cb">
12
+ <call id="a1" endpoint="worklist">
13
13
  <parameters>
14
14
  <label>"OK OR NOT OK"</label>
15
15
  <method>:post</method>
16
16
  <arguments>
17
17
  <orgmodel>"organisation1"</orgmodel>
18
18
  <domain>"Virtual Business 1"</domain>
19
- <form>"http://cpee.org/forms/form-f.html"</form>
19
+ <form>"http://cpee.org/~demo/form/form-f.html"</form>
20
20
  <role>"regular"</role>
21
21
  <schaden>"55546"</schaden>
22
22
  <text>"fetzen hin"</text>
23
23
  </arguments>
24
24
  </parameters>
25
- <manipulate>data.bla = result.value</manipulate>
25
+ <manipulate>data.bla = result</manipulate>
26
26
  </call>
27
27
  </description>
28
28
  </description>
@@ -4,25 +4,25 @@
4
4
  <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
5
5
  <endpoints>
6
6
  <timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
7
- <cb xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://solo.wst.univie.ac.at:9302</cb>
7
+ <worklist xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://cpee.org:9398</worklist>
8
8
  </endpoints>
9
9
  <positions/>
10
10
  <description>
11
11
  <description xmlns="http://cpee.org/ns/description/1.0">
12
- <call id="a1" endpoint="cb">
12
+ <call id="a1" endpoint="worklist">
13
13
  <parameters>
14
14
  <label>"OK OR NOT OK"</label>
15
15
  <method>:post</method>
16
16
  <arguments>
17
17
  <orgmodel>"organisation1"</orgmodel>
18
18
  <domain>"Virtual Business 1"</domain>
19
- <form>"http://solo.wst.univie.ac.at/form/form-f.html"</form>
20
- <role>"regular"</role>
19
+ <form>"http://cpee.org/~demo/form/form-f.html"</form>
20
+ <role>"Regular"</role>
21
21
  <schaden>"55546"</schaden>
22
22
  <text>"fetzen hin"</text>
23
23
  </arguments>
24
24
  </parameters>
25
- <finalize>data.bla = result.value</finalize>
25
+ <finalize>data.bla = result</finalize>
26
26
  </call>
27
27
  </description>
28
28
  </description>
@@ -4,26 +4,26 @@
4
4
  <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
5
5
  <endpoints>
6
6
  <timeout xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
7
- <cb xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://solo.wst.univie.ac.at:9302</cb>
7
+ <worklist xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://solo.wst.univie.ac.at:9302</worklist>
8
8
  </endpoints>
9
9
  <positions/>
10
10
  <description>
11
11
  <description xmlns="http://cpee.org/ns/description/1.0">
12
- <call id="a1" endpoint="cb">
12
+ <call id="a1" endpoint="worklist">
13
13
  <parameters>
14
14
  <label>"ROLE and UNIT"</label>
15
15
  <method>:post</method>
16
16
  <parameters>
17
17
  <orgmodel>"organisation1"</orgmodel>
18
18
  <domain>"Virtual Business 1"</domain>
19
- <form>"http://solo.wst.univie.ac.at/form/form-f.html"</form>
19
+ <form>"http://cpee.org/~demo/form/form-f.html"</form>
20
20
  <unit>"Workflow Systems and Technology"</unit>
21
21
  <role>"Regular"</role>
22
22
  <schaden>"55546"</schaden>
23
23
  <text>"fetzen hin"</text>
24
24
  </parameters>
25
25
  </parameters>
26
- <finalize>data.bla = result.value</finalize>
26
+ <finalize>data.bla = result</finalize>
27
27
  </call>
28
28
  </description>
29
29
  </description>