cpee 2.1.126 → 2.1.128
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/llm.css +12 -0
- data/cockpit/css/ui.css +11 -0
- data/cockpit/js/instance.js +51 -51
- data/cockpit/js/llm.js +11 -3
- data/cockpit/js/wfadaptor.js +1 -2
- data/cockpit/llm.html +2 -2
- data/cockpit/llmmodel.html +206 -0
- data/cockpit/themes/base.js +41 -18
- data/cockpit/themes/preset_model/rngs/alternative.rng +8 -0
- data/cockpit/themes/preset_model/rngs/call.rng +34 -0
- data/cockpit/themes/preset_model/rngs/callmanipulate.rng +39 -0
- data/cockpit/themes/preset_model/rngs/choose.rng +27 -0
- data/cockpit/themes/preset_model/rngs/critical.rng +8 -0
- data/cockpit/themes/preset_model/rngs/escape.rng +5 -0
- data/cockpit/themes/preset_model/rngs/group.rng +3 -0
- data/cockpit/themes/preset_model/rngs/loop.rng +14 -0
- data/cockpit/themes/preset_model/rngs/manipulate.rng +32 -0
- data/cockpit/themes/preset_model/rngs/otherwise.rng +5 -0
- data/cockpit/themes/preset_model/rngs/parallel.rng +24 -0
- data/cockpit/themes/preset_model/rngs/parallel_branch.rng +5 -0
- data/cockpit/themes/preset_model/rngs/scripts.rng +5 -0
- data/cockpit/themes/preset_model/rngs/start.rng +22 -0
- data/cockpit/themes/preset_model/rngs/stop.rng +5 -0
- data/cockpit/themes/preset_model/rngs/terminate.rng +8 -0
- data/cockpit/themes/preset_model/rngs/wait_for_signal.rng +8 -0
- data/cockpit/themes/preset_model/symbols/alternative.svg +15 -0
- data/cockpit/themes/preset_model/symbols/arrow.svg +3 -0
- data/cockpit/themes/preset_model/symbols/call.svg +19 -0
- data/cockpit/themes/preset_model/symbols/call_sensor.svg +23 -0
- data/cockpit/themes/preset_model/symbols/callmanipulate.svg +23 -0
- data/cockpit/themes/preset_model/symbols/callmanipulate_sensor.svg +26 -0
- data/cockpit/themes/preset_model/symbols/callmanipulate_sensor_signal.svg +32 -0
- data/cockpit/themes/preset_model/symbols/callmanipulate_signal.svg +29 -0
- data/cockpit/themes/preset_model/symbols/choose.svg +15 -0
- data/cockpit/themes/preset_model/symbols/choose_exclusive.svg +15 -0
- data/cockpit/themes/preset_model/symbols/choose_exclusive_finish.svg +5 -0
- data/cockpit/themes/preset_model/symbols/choose_inclusive.svg +13 -0
- data/cockpit/themes/preset_model/symbols/choose_inclusive_finish.svg +4 -0
- data/cockpit/themes/preset_model/symbols/closed_loop.svg +5 -0
- data/cockpit/themes/preset_model/symbols/closed_loop_cancel.svg +5 -0
- data/cockpit/themes/preset_model/symbols/closed_loop_control.svg +5 -0
- data/cockpit/themes/preset_model/symbols/closed_loop_measuring.svg +6 -0
- data/cockpit/themes/preset_model/symbols/complex.svg +8 -0
- data/cockpit/themes/preset_model/symbols/critical.svg +5 -0
- data/cockpit/themes/preset_model/symbols/delete.svg +4 -0
- data/cockpit/themes/preset_model/symbols/end.svg +3 -0
- data/cockpit/themes/preset_model/symbols/escape.svg +5 -0
- data/cockpit/themes/preset_model/symbols/event_end.svg +3 -0
- data/cockpit/themes/preset_model/symbols/loop.svg +15 -0
- data/cockpit/themes/preset_model/symbols/loop_end.svg +15 -0
- data/cockpit/themes/preset_model/symbols/manipulate.svg +19 -0
- data/cockpit/themes/preset_model/symbols/mark.svg +8 -0
- data/cockpit/themes/preset_model/symbols/otherwise.svg +5 -0
- data/cockpit/themes/preset_model/symbols/parallel.svg +6 -0
- data/cockpit/themes/preset_model/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/preset_model/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/preset_model/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/preset_model/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/preset_model/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/preset_model/symbols/scripts.svg +4 -0
- data/cockpit/themes/preset_model/symbols/start.svg +3 -0
- data/cockpit/themes/preset_model/symbols/start_event.svg +5 -0
- data/cockpit/themes/preset_model/symbols/stop.svg +5 -0
- data/cockpit/themes/preset_model/symbols/terminate.svg +4 -0
- data/cockpit/themes/preset_model/symbols/wait_for_signal.svg +21 -0
- data/cockpit/themes/preset_model/theme.js +50 -0
- data/cpee.gemspec +1 -1
- data/server/routing/end.pid +1 -1
- data/server/routing/forward-events-00.pid +1 -1
- data/server/routing/forward-votes.pid +1 -1
- data/server/routing/persist.pid +1 -1
- metadata +60 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
4
|
+
<line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
|
|
5
|
+
<line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
9
|
+
<line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
|
|
10
|
+
<line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(28,0)">
|
|
13
|
+
<text transform="translate(5,15)" class="label standalone"></text>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
|
+
<line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
|
|
4
|
+
<line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
4
|
+
<circle cx="15.5" cy="15.5" r="7" class="stand"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g class="part-start">
|
|
7
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
8
|
+
<circle cx="15.5" cy="15.5" r="7" class="stand"/>
|
|
9
|
+
</g>
|
|
10
|
+
<g class="part-middle" transform="translate(28,0)">
|
|
11
|
+
<text transform="translate(5,15)" class="label standalone"></text>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
3
|
+
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
|
+
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
3
|
+
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
|
+
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
3
|
+
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
|
+
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
3
|
+
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
|
+
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
|
+
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
|
+
<line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
|
|
4
|
+
<line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
|
|
5
|
+
<line x1="8.5" y1="15.5" x2="22.5" y2="15.5" class="stand"/>
|
|
6
|
+
<line x1="15.5" y1="8.5" x2="15.5" y2="22.5" class="stand"/>
|
|
7
|
+
</svg>
|
|
8
|
+
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path class="colorstyle execstyle stand" d="m 3.5 27 l 12 -24 l 12 24 z"/>
|
|
3
|
+
<path class="normal" style="fill:#000000;" d="m 16.5 11 l 0 8 l -2 0 l 0 -8 z"/>
|
|
4
|
+
<path class="normal" style="fill:#000000;" d="m 16.5 21 l 0 2 l -2 0 l 0 -2 z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
4
|
+
<line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
|
|
5
|
+
<line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
9
|
+
<line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
|
|
10
|
+
<line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(28,0)">
|
|
13
|
+
<text transform="translate(5,15)" class="label standalone"></text>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
4
|
+
<line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
|
|
5
|
+
<line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
9
|
+
<line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
|
|
10
|
+
<line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(30,0)">
|
|
13
|
+
<text transform="translate(5,18)" class="label standalone"></text>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<rect x="1" y="1" width="28" height="28" rx="4" class="execstyle colorstyle stand"/>
|
|
4
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g class="part-start" clip-path="url(#startclip)">
|
|
7
|
+
<rect x="1" y="1" width="38" height="28" rx="4" class="execstyle colorstyle stand"/>
|
|
8
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
9
|
+
</g>
|
|
10
|
+
<g class="part-end" clip-path="url(#endclip)">
|
|
11
|
+
<rect x="1" y="1" width="28" height="28" rx="4" class="execstyle colorstyle stand"/>
|
|
12
|
+
</g>
|
|
13
|
+
<g class="part-middle" transform="translate(27,0)">
|
|
14
|
+
<rect x="0" y="1" width="220" height="28" class="standwithout colorstyle"/>
|
|
15
|
+
<line x1="0" y1="1" x2="220" y2="1" class="standline execstyle" />
|
|
16
|
+
<line x1="0" y1="29" x2="220" y2="29" class="standline execstyle" />
|
|
17
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
|
+
<line x1="15.5" y1="9.5" x2="15.5" y2="21.5" class="stand"/>
|
|
4
|
+
<line x1="9.5" y1="15.5" x2="21.5" y2="15.5" class="stand"/>
|
|
5
|
+
</svg>
|
|
6
|
+
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
+
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="1" y="3" width="24" height="24" rx="4" class="colorstyle execstyle stand"/>
|
|
3
|
+
|
|
4
|
+
<circle cx="24" cy="15" r="9" class="execstyle standthin" style="stroke-dasharray: 1,2"/>
|
|
5
|
+
<circle cx="24" cy="15" r="7" class="execstyle standthin" style="stroke-dasharray: 1,2"/>
|
|
6
|
+
<line x1="24" y1="11" x2="20" y2="18" class="stand"/>
|
|
7
|
+
<line x1="20" y1="18" x2="28" y2="18" class="stand"/>
|
|
8
|
+
<line x1="28" y1="18" x2="24" y2="11" class="stand"/>
|
|
9
|
+
|
|
10
|
+
<circle cx="55.5" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
11
|
+
<line x1="55.5" y1="11" x2="51.5" y2="18" class="stand"/>
|
|
12
|
+
<line x1="51.5" y1="18" x2="59.5" y2="18" class="stand"/>
|
|
13
|
+
<line x1="59.5" y1="18" x2="55.5" y2="11" class="stand"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
+
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
|
+
<circle cx="15.5" cy="15.5" r="8" class="standthin colorstyle"/>
|
|
4
|
+
<circle cx="15.5" cy="15.5" r="6" class="standthin colorstyle"/>
|
|
5
|
+
<path
|
|
6
|
+
d="m 15.500001,11.435193 3.825246,2.779205 -1.461114,4.496849 h -4.728265 l -1.461115,-4.496849 z"
|
|
7
|
+
class="stand colorstyle"/>
|
|
8
|
+
</svg>
|
|
9
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
|
+
<circle cx="15.5" cy="15.5" r="8" class="standthin colorstyle"/>
|
|
4
|
+
<circle cx="15.5" cy="15.5" r="6" class="standthin colorstyle"/>
|
|
5
|
+
<line x1="12.5" y1="15.5" x2="18.5" y2="15.5" class="stand"/>
|
|
6
|
+
<line x1="15.5" y1="12.5" x2="15.5" y2="18.5" class="stand"/>
|
|
7
|
+
</svg>
|
|
8
|
+
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="1" y="1" width="28" height="28" rx="4" class="execstyle stand"/>
|
|
3
|
+
<path transform="translate(10,10)" class="normal" style="fill:#000000;" d="M 0.09999755,7.74648 2.8538976,7.32656 q 0.17579,0.80078 0.7129,1.2207 0.5371,0.41016 1.5039,0.41016 1.06445,0 1.60156,-0.39063 0.36133,-0.27343 0.36133,-0.73242 0,-0.3125 -0.19531,-0.51758 -0.20508,-0.19531 -0.91797,-0.36132 -3.32031,-0.73243 -4.20898,-1.33789 -1.23047005,-0.83985 -1.23047005,-2.33399 0,-1.34766 1.06445005,-2.26562 Q 2.6097576,0.1 4.8460876,0.1 q 2.12891,0 3.16406,0.69336 1.03516,0.69336 1.425786,2.05078 l -2.587886,0.47851 q -0.16602,-0.60547 -0.63477,-0.92773 -0.45898,-0.32227 -1.31836,-0.32227 -1.08398,0 -1.55273,0.30274 -0.3125,0.21484 -0.3125,0.55664 0,0.29297 0.27343,0.49805 0.3711,0.27343 2.5586,0.77148 2.19726,0.49805 3.0664,1.2207 0.859379,0.73242 0.859379,2.04102 0,1.42578 -1.191409,2.45117 -1.1914,1.02539 -3.52539,1.02539 -2.11914,0 -3.35937,-0.85937 Q 0.48085755,9.22109 0.09999755,7.74648 Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
3
|
+
<rect x="7" y="10" width="16" height="11" class="black" style="fill: none"/>
|
|
4
|
+
<path d="m 7,10 8,6 8,-6" class="black" style="fill: none"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<circle cx="15.5" cy="15" r="14" class="stand"/>
|
|
4
|
+
<circle cx="15.5" cy="15" r="11" class="colorstyle execstyle stand"/>
|
|
5
|
+
<line x1="15.5" y1="08" x2="09.5" y2="19" class="stand"/>
|
|
6
|
+
<line x1="09.5" y1="19" x2="21.5" y2="19" class="stand"/>
|
|
7
|
+
<line x1="21.5" y1="19" x2="15.5" y2="08" class="stand"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g class="part-start">
|
|
10
|
+
<circle cx="15.5" cy="15" r="14" class="stand"/>
|
|
11
|
+
<circle cx="15.5" cy="15" r="11" class="colorstyle execstyle stand"/>
|
|
12
|
+
<line x1="15.5" y1="08" x2="09.5" y2="19" class="stand"/>
|
|
13
|
+
<line x1="09.5" y1="19" x2="21.5" y2="19" class="stand"/>
|
|
14
|
+
<line x1="21.5" y1="19" x2="15.5" y2="08" class="stand"/>
|
|
15
|
+
</g>
|
|
16
|
+
<g class="part-middle" transform="translate(32,0)">
|
|
17
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
18
|
+
</g>
|
|
19
|
+
<g class="part-extra" transform="">
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
WFAdaptorManifestation = class extends WFAdaptorManifestationBase {
|
|
2
|
+
constructor(adaptor) {
|
|
3
|
+
super(adaptor);
|
|
4
|
+
var self = this;
|
|
5
|
+
this.compact = true;
|
|
6
|
+
this.rotated_labels = false;
|
|
7
|
+
|
|
8
|
+
this.strings.scripts = 'Output Handling';
|
|
9
|
+
|
|
10
|
+
this.elements.call.illustrator.resolve_symbol = function(node) { //{{{
|
|
11
|
+
if($('> documentation > out', node).length > 0) {
|
|
12
|
+
return 'callmanipulate';
|
|
13
|
+
} else {
|
|
14
|
+
return 'call';
|
|
15
|
+
}
|
|
16
|
+
} //}}}
|
|
17
|
+
this.elements.call.permissible_children = function(node,mode) { //{{{
|
|
18
|
+
if($('> documentation > out', node).length < 1) {
|
|
19
|
+
return [
|
|
20
|
+
{
|
|
21
|
+
'label': 'Output Transformation',
|
|
22
|
+
'function_call': self.adaptor.description.insert_last_into,
|
|
23
|
+
'menu_icon': self.contextMenuHandling_clean_icon(self.elements.callmanipulate.illustrator.svg),
|
|
24
|
+
'type': undefined,
|
|
25
|
+
'params': [self.adaptor.description.elements.scripts, $('> documentation', node)]
|
|
26
|
+
}
|
|
27
|
+
];
|
|
28
|
+
} else {
|
|
29
|
+
return [];
|
|
30
|
+
}
|
|
31
|
+
} //}}}
|
|
32
|
+
this.elements.call.removable_children = function(node) { //{{{
|
|
33
|
+
if($('> documentation > out', node).length > 0) {
|
|
34
|
+
var icon = self.contextMenuHandling_clean_icon(self.elements.callmanipulate.illustrator.svg);
|
|
35
|
+
icon.find('.part-extra .colorstyle').css('fill','var(--wfadaptor-important');
|
|
36
|
+
return [
|
|
37
|
+
{
|
|
38
|
+
'label': 'Remove ' + self.strings.scripts,
|
|
39
|
+
'function_call': self.adaptor.description.remove,
|
|
40
|
+
'menu_icon': icon,
|
|
41
|
+
'type': undefined,
|
|
42
|
+
'params': ['> documentation > out ', node]
|
|
43
|
+
}
|
|
44
|
+
];
|
|
45
|
+
} else {
|
|
46
|
+
return [];
|
|
47
|
+
}
|
|
48
|
+
} //}}}
|
|
49
|
+
}
|
|
50
|
+
}
|
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.128"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3.0-or-later"
|
|
6
6
|
s.summary = "The cloud process execution engine (cpee.org). If you just need workflow execution, without a rest service exposing it, then use WEEL."
|
data/server/routing/end.pid
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2691960
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2691978
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2691972
|
data/server/routing/persist.pid
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2691966
|
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.128
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -281,6 +281,7 @@ files:
|
|
|
281
281
|
- cockpit/js/ui.js
|
|
282
282
|
- cockpit/js/wfadaptor.js
|
|
283
283
|
- cockpit/llm.html
|
|
284
|
+
- cockpit/llmmodel.html
|
|
284
285
|
- cockpit/model.html
|
|
285
286
|
- cockpit/only_llm.html
|
|
286
287
|
- cockpit/rngs/attributes.rng
|
|
@@ -845,6 +846,64 @@ files:
|
|
|
845
846
|
- cockpit/themes/preset/symbols/terminate.svg
|
|
846
847
|
- cockpit/themes/preset/symbols/wait_for_signal.svg
|
|
847
848
|
- cockpit/themes/preset/theme.js
|
|
849
|
+
- cockpit/themes/preset_model/rngs/alternative.rng
|
|
850
|
+
- cockpit/themes/preset_model/rngs/call.rng
|
|
851
|
+
- cockpit/themes/preset_model/rngs/callmanipulate.rng
|
|
852
|
+
- cockpit/themes/preset_model/rngs/choose.rng
|
|
853
|
+
- cockpit/themes/preset_model/rngs/critical.rng
|
|
854
|
+
- cockpit/themes/preset_model/rngs/escape.rng
|
|
855
|
+
- cockpit/themes/preset_model/rngs/group.rng
|
|
856
|
+
- cockpit/themes/preset_model/rngs/loop.rng
|
|
857
|
+
- cockpit/themes/preset_model/rngs/manipulate.rng
|
|
858
|
+
- cockpit/themes/preset_model/rngs/otherwise.rng
|
|
859
|
+
- cockpit/themes/preset_model/rngs/parallel.rng
|
|
860
|
+
- cockpit/themes/preset_model/rngs/parallel_branch.rng
|
|
861
|
+
- cockpit/themes/preset_model/rngs/scripts.rng
|
|
862
|
+
- cockpit/themes/preset_model/rngs/start.rng
|
|
863
|
+
- cockpit/themes/preset_model/rngs/stop.rng
|
|
864
|
+
- cockpit/themes/preset_model/rngs/terminate.rng
|
|
865
|
+
- cockpit/themes/preset_model/rngs/wait_for_signal.rng
|
|
866
|
+
- cockpit/themes/preset_model/symbols/alternative.svg
|
|
867
|
+
- cockpit/themes/preset_model/symbols/arrow.svg
|
|
868
|
+
- cockpit/themes/preset_model/symbols/call.svg
|
|
869
|
+
- cockpit/themes/preset_model/symbols/call_sensor.svg
|
|
870
|
+
- cockpit/themes/preset_model/symbols/callmanipulate.svg
|
|
871
|
+
- cockpit/themes/preset_model/symbols/callmanipulate_sensor.svg
|
|
872
|
+
- cockpit/themes/preset_model/symbols/callmanipulate_sensor_signal.svg
|
|
873
|
+
- cockpit/themes/preset_model/symbols/callmanipulate_signal.svg
|
|
874
|
+
- cockpit/themes/preset_model/symbols/choose.svg
|
|
875
|
+
- cockpit/themes/preset_model/symbols/choose_exclusive.svg
|
|
876
|
+
- cockpit/themes/preset_model/symbols/choose_exclusive_finish.svg
|
|
877
|
+
- cockpit/themes/preset_model/symbols/choose_inclusive.svg
|
|
878
|
+
- cockpit/themes/preset_model/symbols/choose_inclusive_finish.svg
|
|
879
|
+
- cockpit/themes/preset_model/symbols/closed_loop.svg
|
|
880
|
+
- cockpit/themes/preset_model/symbols/closed_loop_cancel.svg
|
|
881
|
+
- cockpit/themes/preset_model/symbols/closed_loop_control.svg
|
|
882
|
+
- cockpit/themes/preset_model/symbols/closed_loop_measuring.svg
|
|
883
|
+
- cockpit/themes/preset_model/symbols/complex.svg
|
|
884
|
+
- cockpit/themes/preset_model/symbols/critical.svg
|
|
885
|
+
- cockpit/themes/preset_model/symbols/delete.svg
|
|
886
|
+
- cockpit/themes/preset_model/symbols/end.svg
|
|
887
|
+
- cockpit/themes/preset_model/symbols/escape.svg
|
|
888
|
+
- cockpit/themes/preset_model/symbols/event_end.svg
|
|
889
|
+
- cockpit/themes/preset_model/symbols/loop.svg
|
|
890
|
+
- cockpit/themes/preset_model/symbols/loop_end.svg
|
|
891
|
+
- cockpit/themes/preset_model/symbols/manipulate.svg
|
|
892
|
+
- cockpit/themes/preset_model/symbols/mark.svg
|
|
893
|
+
- cockpit/themes/preset_model/symbols/otherwise.svg
|
|
894
|
+
- cockpit/themes/preset_model/symbols/parallel.svg
|
|
895
|
+
- cockpit/themes/preset_model/symbols/parallel_branch.svg
|
|
896
|
+
- cockpit/themes/preset_model/symbols/parallel_branch_event.svg
|
|
897
|
+
- cockpit/themes/preset_model/symbols/parallel_branch_normal.svg
|
|
898
|
+
- cockpit/themes/preset_model/symbols/parallel_eventbased_exclusive.svg
|
|
899
|
+
- cockpit/themes/preset_model/symbols/parallel_eventbased_parallel.svg
|
|
900
|
+
- cockpit/themes/preset_model/symbols/scripts.svg
|
|
901
|
+
- cockpit/themes/preset_model/symbols/start.svg
|
|
902
|
+
- cockpit/themes/preset_model/symbols/start_event.svg
|
|
903
|
+
- cockpit/themes/preset_model/symbols/stop.svg
|
|
904
|
+
- cockpit/themes/preset_model/symbols/terminate.svg
|
|
905
|
+
- cockpit/themes/preset_model/symbols/wait_for_signal.svg
|
|
906
|
+
- cockpit/themes/preset_model/theme.js
|
|
848
907
|
- cockpit/themes/presetaltid/rngs/alternative.rng
|
|
849
908
|
- cockpit/themes/presetaltid/rngs/call.rng
|
|
850
909
|
- cockpit/themes/presetaltid/rngs/callmanipulate.rng
|