cpee 2.1.128 → 2.1.130

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 (120) hide show
  1. checksums.yaml +4 -4
  2. data/cockpit/compliance.html +11 -9
  3. data/cockpit/css/llm.css +19 -23
  4. data/cockpit/css/ui.css +1 -3
  5. data/cockpit/edit.html +6 -7
  6. data/cockpit/index.html +6 -7
  7. data/cockpit/js/details.js +1 -1
  8. data/cockpit/js/instance.js +11 -8
  9. data/cockpit/js/wfadaptor.js +75 -67
  10. data/cockpit/llm.html +17 -6
  11. data/cockpit/llmmodel.html +18 -11
  12. data/cockpit/model.html +7 -7
  13. data/cockpit/only_llm.html +1 -4
  14. data/cockpit/themes/base.js +21 -5
  15. data/cockpit/themes/control/symbols/alternative.svg +2 -2
  16. data/cockpit/themes/control/symbols/closed_loop.svg +1 -1
  17. data/cockpit/themes/control/symbols/closed_loop_cancel.svg +1 -1
  18. data/cockpit/themes/control/symbols/closed_loop_control.svg +1 -1
  19. data/cockpit/themes/control/symbols/closed_loop_measuring.svg +1 -1
  20. data/cockpit/themes/control/symbols/critical.svg +13 -3
  21. data/cockpit/themes/control/symbols/parallel_branch.svg +1 -1
  22. data/cockpit/themes/control/symbols/parallel_branch_normal.svg +1 -1
  23. data/cockpit/themes/control/symbols/terminate.svg +1 -1
  24. data/cockpit/themes/dataflow/symbols/alternative.svg +2 -2
  25. data/cockpit/themes/dataflow/symbols/closed_loop.svg +1 -1
  26. data/cockpit/themes/dataflow/symbols/closed_loop_cancel.svg +1 -1
  27. data/cockpit/themes/dataflow/symbols/closed_loop_control.svg +1 -1
  28. data/cockpit/themes/dataflow/symbols/closed_loop_measuring.svg +1 -1
  29. data/cockpit/themes/dataflow/symbols/critical.svg +13 -3
  30. data/cockpit/themes/dataflow/symbols/parallel_branch.svg +1 -1
  31. data/cockpit/themes/dataflow/symbols/parallel_branch_normal.svg +1 -1
  32. data/cockpit/themes/dataflow/symbols/terminate.svg +1 -1
  33. data/cockpit/themes/default/symbols/alternative.svg +2 -2
  34. data/cockpit/themes/default/symbols/closed_loop.svg +1 -1
  35. data/cockpit/themes/default/symbols/closed_loop_cancel.svg +1 -1
  36. data/cockpit/themes/default/symbols/closed_loop_control.svg +1 -1
  37. data/cockpit/themes/default/symbols/closed_loop_measuring.svg +1 -1
  38. data/cockpit/themes/default/symbols/critical.svg +13 -3
  39. data/cockpit/themes/default/symbols/parallel_branch.svg +1 -1
  40. data/cockpit/themes/default/symbols/parallel_branch_normal.svg +1 -1
  41. data/cockpit/themes/default/symbols/terminate.svg +1 -1
  42. data/cockpit/themes/extended/symbols/alternative.svg +2 -2
  43. data/cockpit/themes/extended/symbols/closed_loop.svg +1 -1
  44. data/cockpit/themes/extended/symbols/closed_loop_cancel.svg +1 -1
  45. data/cockpit/themes/extended/symbols/closed_loop_control.svg +1 -1
  46. data/cockpit/themes/extended/symbols/closed_loop_measuring.svg +1 -1
  47. data/cockpit/themes/extended/symbols/critical.svg +13 -3
  48. data/cockpit/themes/extended/symbols/parallel_branch.svg +1 -1
  49. data/cockpit/themes/extended/symbols/parallel_branch_normal.svg +1 -1
  50. data/cockpit/themes/extended/symbols/terminate.svg +1 -1
  51. data/cockpit/themes/felix/symbols/alternative.svg +2 -2
  52. data/cockpit/themes/felix/symbols/closed_loop.svg +1 -1
  53. data/cockpit/themes/felix/symbols/closed_loop_cancel.svg +1 -1
  54. data/cockpit/themes/felix/symbols/closed_loop_control.svg +1 -1
  55. data/cockpit/themes/felix/symbols/closed_loop_measuring.svg +1 -1
  56. data/cockpit/themes/felix/symbols/critical.svg +13 -3
  57. data/cockpit/themes/felix/symbols/parallel_branch.svg +1 -1
  58. data/cockpit/themes/felix/symbols/parallel_branch_normal.svg +1 -1
  59. data/cockpit/themes/felix/symbols/terminate.svg +1 -1
  60. data/cockpit/themes/model/symbols/alternative.svg +2 -2
  61. data/cockpit/themes/model/symbols/closed_loop.svg +1 -1
  62. data/cockpit/themes/model/symbols/closed_loop_cancel.svg +1 -1
  63. data/cockpit/themes/model/symbols/closed_loop_control.svg +1 -1
  64. data/cockpit/themes/model/symbols/closed_loop_measuring.svg +1 -1
  65. data/cockpit/themes/model/symbols/critical.svg +13 -3
  66. data/cockpit/themes/model/symbols/parallel_branch.svg +1 -1
  67. data/cockpit/themes/model/symbols/parallel_branch_normal.svg +1 -1
  68. data/cockpit/themes/model/symbols/terminate.svg +1 -1
  69. data/cockpit/themes/packed/symbols/alternative.svg +2 -2
  70. data/cockpit/themes/packed/symbols/closed_loop.svg +1 -1
  71. data/cockpit/themes/packed/symbols/closed_loop_cancel.svg +1 -1
  72. data/cockpit/themes/packed/symbols/closed_loop_control.svg +1 -1
  73. data/cockpit/themes/packed/symbols/closed_loop_measuring.svg +1 -1
  74. data/cockpit/themes/packed/symbols/critical.svg +13 -3
  75. data/cockpit/themes/packed/symbols/parallel_branch.svg +1 -1
  76. data/cockpit/themes/packed/symbols/parallel_branch_normal.svg +1 -1
  77. data/cockpit/themes/packed/symbols/terminate.svg +1 -1
  78. data/cockpit/themes/preset/symbols/alternative.svg +2 -2
  79. data/cockpit/themes/preset/symbols/closed_loop.svg +1 -1
  80. data/cockpit/themes/preset/symbols/closed_loop_cancel.svg +1 -1
  81. data/cockpit/themes/preset/symbols/closed_loop_control.svg +1 -1
  82. data/cockpit/themes/preset/symbols/closed_loop_measuring.svg +1 -1
  83. data/cockpit/themes/preset/symbols/critical.svg +13 -3
  84. data/cockpit/themes/preset/symbols/parallel_branch.svg +1 -1
  85. data/cockpit/themes/preset/symbols/parallel_branch_normal.svg +1 -1
  86. data/cockpit/themes/preset/symbols/terminate.svg +1 -1
  87. data/cockpit/themes/preset_model/symbols/alternative.svg +2 -2
  88. data/cockpit/themes/preset_model/symbols/parallel_branch.svg +1 -1
  89. data/cockpit/themes/preset_model/symbols/parallel_branch_normal.svg +1 -1
  90. data/cockpit/themes/preset_model/symbols/terminate.svg +1 -1
  91. data/cockpit/themes/presetaltid/symbols/alternative.svg +2 -2
  92. data/cockpit/themes/presetaltid/symbols/closed_loop.svg +1 -1
  93. data/cockpit/themes/presetaltid/symbols/closed_loop_cancel.svg +1 -1
  94. data/cockpit/themes/presetaltid/symbols/closed_loop_control.svg +1 -1
  95. data/cockpit/themes/presetaltid/symbols/closed_loop_measuring.svg +1 -1
  96. data/cockpit/themes/presetaltid/symbols/critical.svg +13 -3
  97. data/cockpit/themes/presetaltid/symbols/parallel_branch.svg +1 -1
  98. data/cockpit/themes/presetaltid/symbols/parallel_branch_normal.svg +1 -1
  99. data/cockpit/themes/presetaltid/symbols/terminate.svg +1 -1
  100. data/cockpit/themes/presetid/symbols/alternative.svg +2 -2
  101. data/cockpit/themes/presetid/symbols/closed_loop.svg +1 -1
  102. data/cockpit/themes/presetid/symbols/closed_loop_cancel.svg +1 -1
  103. data/cockpit/themes/presetid/symbols/closed_loop_control.svg +1 -1
  104. data/cockpit/themes/presetid/symbols/closed_loop_measuring.svg +1 -1
  105. data/cockpit/themes/presetid/symbols/critical.svg +13 -3
  106. data/cockpit/themes/presetid/symbols/parallel_branch.svg +1 -1
  107. data/cockpit/themes/presetid/symbols/parallel_branch_normal.svg +1 -1
  108. data/cockpit/themes/presetid/symbols/terminate.svg +1 -1
  109. data/cockpit/themes/reduced/symbols/alternative.svg +2 -2
  110. data/cockpit/themes/reduced/symbols/closed_loop.svg +1 -1
  111. data/cockpit/themes/reduced/symbols/closed_loop_cancel.svg +1 -1
  112. data/cockpit/themes/reduced/symbols/closed_loop_control.svg +1 -1
  113. data/cockpit/themes/reduced/symbols/closed_loop_measuring.svg +1 -1
  114. data/cockpit/themes/reduced/symbols/critical.svg +13 -3
  115. data/cockpit/themes/reduced/symbols/parallel_branch.svg +1 -1
  116. data/cockpit/themes/reduced/symbols/parallel_branch_normal.svg +1 -1
  117. data/cockpit/themes/reduced/symbols/terminate.svg +1 -1
  118. data/cpee.gemspec +1 -1
  119. metadata +1 -2
  120. data/cockpit/david.html +0 -292
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
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;"/>
3
+ <path class="stand colorstyle" 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
4
  <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
5
5
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
2
  <circle cx="15" cy="15" r="14" class="standfat"/>
3
- <circle cx="15" cy="15" r="9" class="black"/>
3
+ <circle cx="15" cy="15" r="9" class="colorstyle black"/>
4
4
  </svg>
@@ -1,12 +1,12 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
2
  <g class="part-normal">
3
3
  <rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
4
- <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
+ <path class="stand colorstyle" 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;"/>
5
5
  <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
6
6
  </g>
7
7
  <g class="part-start">
8
8
  <rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
9
- <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;"/>
9
+ <path class="stand colorstyle" 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;"/>
10
10
  <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
11
11
  </g>
12
12
  <g class="part-middle" transform="translate(30,0)">
@@ -1,5 +1,5 @@
1
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"/>
2
+ <rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
3
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
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
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="stand"/>
2
+ <circle cx="15" cy="15" r="14" class="colorstyle stand"/>
3
3
  <circle cx="15" cy="15" r="11" class="execstyle stand"/>
4
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
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="stand"/>
2
+ <circle cx="15" cy="15" r="14" class="colorstyle stand"/>
3
3
  <circle cx="15" cy="15" r="11" class="execstyle stand"/>
4
4
  <circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
5
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="stand"/>
2
+ <circle cx="15" cy="15" r="14" class="colorstyle stand"/>
3
3
  <circle cx="15" cy="15" r="11" class="execstyle stand"/>
4
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
5
  <path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
@@ -1,5 +1,15 @@
1
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"/>
2
+ <g class="part-normal">
3
+ <circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
4
+ <path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
5
+ <rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
6
+ </g>
7
+ <g class="part-start">
8
+ <circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
9
+ <path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
10
+ <rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
11
+ </g>
12
+ <g class="part-middle" transform="translate(32,0)">
13
+ <text transform="translate(0,20)" class="label"></text>
14
+ </g>
5
15
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
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;"/>
3
+ <path class="stand colorstyle" 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
4
  <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
5
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
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;"/>
3
+ <path class="stand colorstyle" 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
4
  <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
5
5
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
2
  <circle cx="15" cy="15" r="14" class="standfat"/>
3
- <circle cx="15" cy="15" r="9" class="black"/>
3
+ <circle cx="15" cy="15" r="9" class="colorstyle black"/>
4
4
  </svg>
@@ -1,12 +1,12 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
2
  <g class="part-normal">
3
3
  <rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
4
- <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
+ <path class="stand colorstyle" 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;"/>
5
5
  <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
6
6
  </g>
7
7
  <g class="part-start">
8
8
  <rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
9
- <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;"/>
9
+ <path class="stand colorstyle" 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;"/>
10
10
  <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
11
11
  </g>
12
12
  <g class="part-middle" transform="translate(30,0)">
@@ -1,5 +1,5 @@
1
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"/>
2
+ <rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
3
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
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
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="stand"/>
2
+ <circle cx="15" cy="15" r="14" class="colorstyle stand"/>
3
3
  <circle cx="15" cy="15" r="11" class="execstyle stand"/>
4
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
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="stand"/>
2
+ <circle cx="15" cy="15" r="14" class="colorstyle stand"/>
3
3
  <circle cx="15" cy="15" r="11" class="execstyle stand"/>
4
4
  <circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
5
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="stand"/>
2
+ <circle cx="15" cy="15" r="14" class="colorstyle stand"/>
3
3
  <circle cx="15" cy="15" r="11" class="execstyle stand"/>
4
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
5
  <path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
@@ -1,5 +1,15 @@
1
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"/>
2
+ <g class="part-normal">
3
+ <circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
4
+ <path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
5
+ <rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
6
+ </g>
7
+ <g class="part-start">
8
+ <circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
9
+ <path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
10
+ <rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
11
+ </g>
12
+ <g class="part-middle" transform="translate(32,0)">
13
+ <text transform="translate(0,20)" class="label"></text>
14
+ </g>
5
15
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
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;"/>
3
+ <path class="stand colorstyle" 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
4
  <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
5
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
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;"/>
3
+ <path class="stand colorstyle" 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
4
  <line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
5
5
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
2
  <circle cx="15" cy="15" r="14" class="standfat"/>
3
- <circle cx="15" cy="15" r="9" class="black"/>
3
+ <circle cx="15" cy="15" r="9" class="colorstyle black"/>
4
4
  </svg>
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.128"
3
+ s.version = "2.1.130"
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."
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.128
4
+ version: 2.1.130
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -264,7 +264,6 @@ files:
264
264
  - cockpit/css/track.css
265
265
  - cockpit/css/ui.css
266
266
  - cockpit/css/wfadaptor.css
267
- - cockpit/david.html
268
267
  - cockpit/edit.html
269
268
  - cockpit/graph.html
270
269
  - cockpit/index.html
data/cockpit/david.html DELETED
@@ -1,292 +0,0 @@
1
- <!--
2
- This file is part of CPEE.
3
-
4
- CPEE is free software: you can redistribute it and/or modify it under the terms
5
- of the GNU General Public License as published by the Free Software Foundation,
6
- either version 3 of the License, or (at your option) any later version.
7
-
8
- CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
9
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10
- PARTICULAR PURPOSE. See the GNU General Public License for more details.
11
-
12
- You should have received a copy of the GNU General Public License along with
13
- CPEE (file COPYING in the main directory). If not, see
14
- <http://www.gnu.org/licenses/>.
15
- -->
16
-
17
- <!DOCTYPE html>
18
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
19
- <head>
20
- <meta charset="utf-8"/>
21
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
22
- <link rel="icon" type="image/png" href="/favicon.png">
23
- <title>CPEE Cockpit</title>
24
-
25
- <!-- libs, do not modify. When local than load local libs. -->
26
- <script type="text/javascript" src="/js_libs/jquery.min.js"></script>
27
- <script type="text/javascript" src="/js_libs/jquery.browser.js"></script>
28
- <script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script>
29
- <script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script>
30
- <script type="text/javascript" src="/js_libs/vkbeautify.js"></script>
31
- <script type="text/javascript" src="/js_libs/util.js"></script>
32
- <script type="text/javascript" src="/js_libs/printf.js"></script>
33
- <script type="text/javascript" src="/js_libs/strftime.min.js"></script>
34
- <script type="text/javascript" src="/js_libs/parsequery.js"></script>
35
- <script type="text/javascript" src="/js_libs/underscore.min.js"></script>
36
- <script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script>
37
- <script type="text/javascript" src="/js_libs/jquery.cookie.js"></script>
38
-
39
- <script type="text/javascript" src="/js_libs/relaxngui.js"></script>
40
-
41
- <script type="text/javascript" src="/js_libs/uidash.js"></script>
42
- <script type="text/javascript" src="/js_libs/custommenu.js"></script>
43
-
44
- <script type="text/javascript" src="https://lehre.bpm.in.tum.de/~ge64teg/bachelor-thesis/build-bpmn.js"></script>
45
-
46
- <link rel="stylesheet" href="/js_libs/custommenu.css" type="text/css"/>
47
- <link rel="stylesheet" href="/js_libs/uidash.css" type="text/css"/>
48
-
49
- <link rel="stylesheet" href="/js_libs/relaxngui.css" type="text/css"/>
50
-
51
- <!-- modelling ui -->
52
- <script type="text/javascript" src="js/wfadaptor.js"></script>
53
- <link rel="stylesheet" href="css/wfadaptor.css" type="text/css" data-include-export="true"/>
54
-
55
- <!-- custom stuff, play arround -->
56
- <script type="text/javascript" src="js/ui.js"></script>
57
- <script type="text/javascript" src="js/instance.js"></script>
58
- <script type="text/javascript" src="js/details.js"></script>
59
- <script type="text/javascript" src="js/parameters.js"></script>
60
- <script type="text/javascript" src="js/extended_columns.js"></script>
61
- <script type="text/javascript" src="js/modifiers.js"></script>
62
- <script type="text/javascript" src="themes/base.js"></script>
63
- <link rel="stylesheet" href="css/ui.css" type="text/css"/>
64
- <link rel="stylesheet" href="css/extended_columns-label.css" type="text/css"/>
65
- <link rel="stylesheet" href="css/extended_columns-svg.css" type="text/css" data-include-export="true"/>
66
- <link rel="stylesheet" href="/global_ui/uicpee.css" type="text/css"/>
67
- <style>
68
- /* has to be fucking inline, because firefox and chrome disagree how to handle filter urls */
69
- /* shit balls, no elegance is left in this world */
70
- </style>
71
- </head>
72
- <body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui-">
73
- <div id='disclaimer' class='hidden'> <!--{{{-->
74
- <h1>Disclaimer</h1>
75
-
76
- <p>
77
- We use reasonable care in creating and presenting the functionality
78
- found in this demonstrator. It is provided purely for demonstration purposes
79
- and you should seek further guidance and make independent enquiries
80
- before relying upon it.
81
- </p>
82
-
83
- <p>
84
- All functionality included in this demonstrator is subject to change
85
- without notice. We make no representation or warranty whatsoever
86
- regarding the completeness, accuracy, adequacy, suitability or
87
- operation of this demonstrator, or of the results it produces.
88
- </p>
89
-
90
- <p>
91
- We assume no responsibility for process instances created with this
92
- demonstrator and disclaim all liability arising from negligence or
93
- otherwise in respect of such process instances. We will not be liable
94
- for any damages (including, without limitation, damages for any
95
- consequential loss or loss of business opportunities or projects, or
96
- loss of profits) howsoever arising from use of or inability to use
97
- this demonstrator, or from any action or omission taken as a result of
98
- using this demonstrator.
99
- </p>
100
-
101
- <p>
102
- This demonstrator is hosted in Austria. All liability is excluded to the extent
103
- permitted by law including any implied terms. Any interpretation of its
104
- content, claims or disputes (of whatever nature and not limited to contractual
105
- issues) shall be subject to the exclusive jurisdiction of the Austrian Courts
106
- under Austrian law.
107
- </p>
108
-
109
- <p>
110
- All actions performed while using this demonstrator will be logged, including
111
- the IP address of the user.
112
- </p>
113
-
114
- <p>
115
- <input id='iagree' type='checkbox'/><label for='iagree'><strong>OK, I Agree with this terms. I will be a happy person, and do no evil.</strong></label>
116
- </p>
117
- <p>
118
- <button id='icontinue' disabled='disabled'>Continue</button>
119
- </p>
120
- </div> <!--}}}-->
121
-
122
- <div class='hidden' id='relaxngworker'></div>
123
-
124
- <div class='menu' id='templates'></div>
125
- <div class='menu' id='modeltypes'></div>
126
-
127
- <template id="label">
128
- <svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" style="position: absolute; top: 0; left: 0;" class="displaylabel">
129
- <g transform="translate(1 %%1) rotate(-%%2)">
130
- <rect class="displaylabel" width="200" height="14" x="8" y="0" rx="5" ry="5"/>
131
- <path class="displaylabel" d="M10,13 0,13 8,8"/>
132
- <path class="displaylabelinner" d="M10,11.5 8.5,11.5 8.5,9.5 10,9.5"/>
133
- <text class="label" x="18" y="10">aaaa</text>
134
- </g>
135
- </svg>
136
- </template>
137
-
138
- <ui-tabbed id="instance">
139
- <ui-tabbar>
140
- <ui-tab class="switch" ></ui-tab>
141
- <ui-tab class="" data-tab="new" id="tabnew" >New</ui-tab>
142
- <ui-tab class="inactive hidden" data-tab="instance" id="tabinstance" >Instance</ui-tab>
143
- <ui-tab class="inactive hidden" data-tab="execution" id="tabexecution">Execution</ui-tab>
144
- <ui-behind ><a style='display:none' target='_blank' id='current-instance'></a><a style='display:none' target='_blank' id='current-instance-properties'>P</a><a style='display:none' target='_blank' id='current-instance-subscriptions'>S</a><a style='display:none' target='_blank' id='current-instance-callbacks'>C</a></ui-behind>
145
- <ui-last ><a class="logo" href=".."></a></ui-last>
146
- </ui-tabbar>
147
- <ui-content>
148
- <ui-area data-belongs-to-tab="new" id="areanew"> <!--{{{-->
149
- <table class='x-ui-layout'>
150
- <tr>
151
- <td>Resources:</td>
152
- <td><input name="res-url" type="text" value=""/></td>
153
- <td></td>
154
- </tr>
155
- <tr>
156
- <td>Engine:</td>
157
- <td><input name="base-url" type="text" value=""/></td>
158
- <td><button name="base">create new instance</button></td>
159
- </tr>
160
- <tr>
161
- <td>Instance:</td>
162
- <td><input name="instance-url" type="text" value=""/></td>
163
- <td><button name="instance">monitor instance</button></td>
164
- </tr>
165
- </table>
166
- </ui-area> <!--}}}-->
167
- <ui-area data-belongs-to-tab="instance" id="areainstance" class="inactive"> <!--{{{-->
168
- <div>
169
- <div class='section'>
170
- <div>
171
- <form id='fuckchrome'>
172
- <input type='file' name='testsetfile' id='testsetfile'/>
173
- </form>
174
- <button title='a template includes various settings, subscriptions or a (partial) model' name="loadtestset">load template</button><button title='a testset includes various settings, subscriptions or a model' name="loadtestsetfile">load testset</button>
175
- </div>
176
- <div>
177
- <input type='file' name='modelfile' id='modelfile'/>
178
- <button title='a standalone process model is only loadable if the currently loaded testset sucessfully prepared the current instance for the type of model' name="loadmodelfile">load model</button>
179
- </div>
180
- </div><div class='section'>
181
- <div>
182
- <a id="savetestsetfile" href="" download=""></a>
183
- <a id="savesvgfile" href="" download=""></a>
184
- <button title='a testset includes various settings, subscriptions and a model' name="savetestsetfile">save<br>testset</button>
185
- <button title='the SVG contains the graphical repesentation of the CPEE tree as you see it on the screen' name="savesvgfile">save svg<br>graph</button>
186
- </div>
187
- <div>
188
- <a id="savebpmnfile" href="" download=""></a>
189
- <button title='the BPMN includes a graphical representation that can be loaded in Signavio and Camundal' name="savebpmnfile">save BPMN</button>
190
- </div>
191
- </div><div class='section' id='modifiers'>
192
- <template id="item">
193
- <div>
194
- <div class='title'><strong></strong></div>
195
- <div class='select'><select></select></div>
196
- <div class='additional'></div>
197
- </div>
198
- </template>
199
- </div>
200
- </div>
201
- </ui-area> <!--}}}-->
202
- <ui-area data-belongs-to-tab="execution" id="areaexecution" class='inactive'> <!--{{{-->
203
- <table class='x-ui-compact'>
204
- <tbody class='debug'>
205
- <tr>
206
- <td>Debugging:</td>
207
- <td><input type="checkbox" name="votecontinue"/></td>
208
- </tr>
209
- </tbody>
210
- <tbody class='exe'>
211
- <tr>
212
- <td>State:</td>
213
- <td id='state'>
214
- <span id="state_text"></span>
215
- <span id="state_any" style='display:none'>
216
- <span> ⇒ </span>
217
- <button name="state_start" title='start' style='display:none'>Start</button>
218
- <button name="state_stop" title='stop' style='display:none'>Stop</button>
219
- <span id="state_extended" style='display:none'>
220
- <span> / </span>
221
- <button name="state_abandon" title='abandon' style='display:none'>Abandon</button>
222
- </span>
223
- </span>
224
- </td>
225
- </tr>
226
- <tr>
227
- <td>Continue:</td>
228
- <td id='votes'></td>
229
- </tr>
230
- </tbody>
231
- </table>
232
- </ui-area> <!--}}}-->
233
- </ui-content>
234
- </ui-tabbed>
235
-
236
- <ui-tabbed class="hidden" id='parameters'>
237
- <ui-tabbar>
238
- <ui-tab class="switch" ></ui-tab>
239
- <ui-tab class="" data-tab="dataelements" id="tabdataelements">Data Objects</ui-tab>
240
- <ui-tab class="inactive" data-tab="endpoints" id="tabendpoints" >Endpoints</ui-tab>
241
- <ui-tab class="inactive" data-tab="attributes" id="tabattributes" >Attributes</ui-tab>
242
- <ui-behind ></ui-behind>
243
- </ui-tabbar>
244
- <ui-content>
245
- <ui-area data-belongs-to-tab="dataelements" id="areadataelements"> <!--{{{-->
246
- <button title='add entry'><span>New</span></button>
247
- <div id="dat_dataelements"></div>
248
- </ui-area> <!--}}}-->
249
- <ui-area data-belongs-to-tab="endpoints" id="areaendpoints" class="inactive"> <!--{{{-->
250
- <button title='add entry'><span>New</span></button>
251
- <div id="dat_endpoints"></div>
252
- </ui-area> <!--}}}-->
253
- <ui-area data-belongs-to-tab="attributes" id="areaattributes" class="inactive"> <!--{{{-->
254
- <button title='add entry'><span>New</span></button>
255
- <div id="dat_attributes"></div>
256
- </ui-area> <!--}}}-->
257
- </ui-content>
258
- </ui-tabbed>
259
-
260
- <ui-resizehandle class="hidden">drag to resize</ui-resizehandle>
261
-
262
- <ui-rest id="main" class="hidden">
263
- <ui-tabbar>
264
- <ui-before ></ui-before>
265
- <ui-tab class="" data-tab="details" id="tabdetails">Graph</ui-tab>
266
- <ui-tab class="inactive" data-tab="dsl" id="tabdsl" >Description</ui-tab>
267
- <ui-tab class="inactive" data-tab="log" id="tablog" >Log</ui-tab>
268
- <ui-behind ><a style='display:none' target='_blank' id='current-track'>T</a><a style='display:none' target='_blank' id='current-graph'>G</a></ui-behind>
269
- </ui-tabbar>
270
- <ui-content>
271
- <ui-area data-belongs-to-tab="details" id='graphcolumn' oncontextmenu='return false'>
272
- <div id="modelling">
273
- <div id='graphgrid'>
274
- <div class="resource-label" style="display: none"></div>
275
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' class='graphcolumn' width='1' height='1'></svg>
276
- </div>
277
- </div>
278
- </ui-area>
279
- <ui-resizehandle data-belongs-to-tab="details" data-label="drag to resize"></ui-resizehandle>
280
- <ui-area data-belongs-to-tab="details" id="detailcolumn">
281
- <div id="dat_details" class='x-ui-layout'></div>
282
- </ui-area>
283
- <ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive"></ui-area>
284
- <ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
285
- <div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='xml-log'>X</a>,<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
286
- <table id="dat_log" class="x-ui-layout"></table>
287
- </ui-area> <!--}}}-->
288
- </ui-content>
289
- </ui-rest>
290
-
291
- </body>
292
- </html>