@eclipse-glsp-examples/workflow-server 1.1.0-next.2500ea0.40 → 1.1.0-next.2ae7567.68

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 (278) hide show
  1. package/README.md +18 -0
  2. package/{lib/index.js → browser.d.ts} +2 -7
  3. package/{src/index.ts → browser.js} +3 -4
  4. package/lib/browser/app.d.ts +18 -0
  5. package/lib/browser/app.d.ts.map +1 -0
  6. package/lib/{app.js → browser/app.js} +12 -12
  7. package/lib/browser/app.js.map +1 -0
  8. package/lib/browser/example1.json +730 -0
  9. package/lib/browser/index.d.ts +18 -0
  10. package/lib/browser/index.d.ts.map +1 -0
  11. package/lib/browser/index.js +34 -0
  12. package/lib/browser/index.js.map +1 -0
  13. package/lib/browser/mock-model-storage.d.ts +24 -0
  14. package/lib/browser/mock-model-storage.d.ts.map +1 -0
  15. package/lib/browser/mock-model-storage.js +59 -0
  16. package/lib/browser/mock-model-storage.js.map +1 -0
  17. package/lib/{graph-extension.d.ts → common/graph-extension.d.ts} +2 -2
  18. package/lib/common/graph-extension.d.ts.map +1 -0
  19. package/lib/{graph-extension.js → common/graph-extension.js} +14 -14
  20. package/lib/common/graph-extension.js.map +1 -0
  21. package/lib/{handler → common/handler}/create-activity-node-handler.d.ts +2 -2
  22. package/lib/common/handler/create-activity-node-handler.d.ts.map +1 -0
  23. package/lib/{handler → common/handler}/create-activity-node-handler.js +5 -5
  24. package/lib/common/handler/create-activity-node-handler.js.map +1 -0
  25. package/lib/{handler → common/handler}/create-automated-task-handler.d.ts +2 -2
  26. package/lib/common/handler/create-automated-task-handler.d.ts.map +1 -0
  27. package/lib/{handler → common/handler}/create-automated-task-handler.js +2 -2
  28. package/lib/common/handler/create-automated-task-handler.js.map +1 -0
  29. package/lib/{handler → common/handler}/create-category-handler.d.ts +2 -2
  30. package/lib/common/handler/create-category-handler.d.ts.map +1 -0
  31. package/lib/{handler → common/handler}/create-category-handler.js +4 -4
  32. package/lib/common/handler/create-category-handler.js.map +1 -0
  33. package/lib/{handler → common/handler}/create-decision-node-handler.d.ts +2 -2
  34. package/lib/common/handler/create-decision-node-handler.d.ts.map +1 -0
  35. package/lib/{handler → common/handler}/create-decision-node-handler.js +2 -2
  36. package/lib/common/handler/create-decision-node-handler.js.map +1 -0
  37. package/lib/{handler → common/handler}/create-edge-handler.d.ts +2 -2
  38. package/lib/common/handler/create-edge-handler.d.ts.map +1 -0
  39. package/lib/{handler → common/handler}/create-edge-handler.js +5 -5
  40. package/lib/common/handler/create-edge-handler.js.map +1 -0
  41. package/lib/common/handler/create-fork-node-handler.d.ts.map +1 -0
  42. package/lib/{handler → common/handler}/create-fork-node-handler.js +3 -3
  43. package/lib/common/handler/create-fork-node-handler.js.map +1 -0
  44. package/lib/{handler → common/handler}/create-fork-or-join-node-handler.d.ts +2 -2
  45. package/lib/common/handler/create-fork-or-join-node-handler.d.ts.map +1 -0
  46. package/lib/{handler → common/handler}/create-fork-or-join-node-handler.js +2 -2
  47. package/lib/common/handler/create-fork-or-join-node-handler.js.map +1 -0
  48. package/lib/common/handler/create-join-node-handler.d.ts.map +1 -0
  49. package/lib/{handler → common/handler}/create-join-node-handler.js +3 -3
  50. package/lib/common/handler/create-join-node-handler.js.map +1 -0
  51. package/lib/{handler → common/handler}/create-manual-task-handler.d.ts +2 -2
  52. package/lib/common/handler/create-manual-task-handler.d.ts.map +1 -0
  53. package/lib/{handler → common/handler}/create-manual-task-handler.js +2 -2
  54. package/lib/common/handler/create-manual-task-handler.js.map +1 -0
  55. package/lib/{handler → common/handler}/create-merge-node-handler.d.ts +2 -2
  56. package/lib/common/handler/create-merge-node-handler.d.ts.map +1 -0
  57. package/lib/{handler → common/handler}/create-merge-node-handler.js +2 -2
  58. package/lib/common/handler/create-merge-node-handler.js.map +1 -0
  59. package/lib/{handler → common/handler}/create-task-handler.d.ts +2 -2
  60. package/lib/common/handler/create-task-handler.d.ts.map +1 -0
  61. package/lib/{handler → common/handler}/create-task-handler.js +3 -4
  62. package/lib/common/handler/create-task-handler.js.map +1 -0
  63. package/lib/{handler → common/handler}/create-weighted-edge-handler.d.ts +2 -2
  64. package/lib/common/handler/create-weighted-edge-handler.d.ts.map +1 -0
  65. package/lib/{handler → common/handler}/create-weighted-edge-handler.js +3 -3
  66. package/lib/common/handler/create-weighted-edge-handler.js.map +1 -0
  67. package/lib/{handler → common/handler}/create-workflow-node-operation-handler.d.ts +2 -2
  68. package/lib/common/handler/create-workflow-node-operation-handler.d.ts.map +1 -0
  69. package/lib/{handler → common/handler}/create-workflow-node-operation-handler.js +7 -7
  70. package/lib/common/handler/create-workflow-node-operation-handler.js.map +1 -0
  71. package/lib/{handler → common/handler}/grid-snapper.d.ts +2 -2
  72. package/lib/common/handler/grid-snapper.d.ts.map +1 -0
  73. package/lib/common/handler/grid-snapper.js.map +1 -0
  74. package/lib/common/index.d.ts +50 -0
  75. package/lib/common/index.d.ts.map +1 -0
  76. package/lib/common/index.js +66 -0
  77. package/lib/common/index.js.map +1 -0
  78. package/lib/{labeledit → common/labeledit}/workflow-label-edit-validator.d.ts +2 -2
  79. package/lib/common/labeledit/workflow-label-edit-validator.d.ts.map +1 -0
  80. package/lib/{labeledit → common/labeledit}/workflow-label-edit-validator.js +8 -8
  81. package/lib/common/labeledit/workflow-label-edit-validator.js.map +1 -0
  82. package/lib/{layout → common/layout}/workflow-layout-configurator.d.ts +2 -2
  83. package/lib/common/layout/workflow-layout-configurator.d.ts.map +1 -0
  84. package/lib/{layout → common/layout}/workflow-layout-configurator.js +3 -3
  85. package/lib/common/layout/workflow-layout-configurator.js.map +1 -0
  86. package/lib/{marker → common/marker}/workflow-model-validator.d.ts +5 -4
  87. package/lib/common/marker/workflow-model-validator.d.ts.map +1 -0
  88. package/lib/{marker → common/marker}/workflow-model-validator.js +27 -28
  89. package/lib/common/marker/workflow-model-validator.js.map +1 -0
  90. package/lib/{model → common/model}/workflow-navigation-target-resolver.d.ts +2 -4
  91. package/lib/common/model/workflow-navigation-target-resolver.d.ts.map +1 -0
  92. package/lib/{model → common/model}/workflow-navigation-target-resolver.js +8 -10
  93. package/lib/common/model/workflow-navigation-target-resolver.js.map +1 -0
  94. package/lib/{provider → common/provider}/abstract-next-or-previous-navigation-target-provider.d.ts +2 -3
  95. package/lib/common/provider/abstract-next-or-previous-navigation-target-provider.d.ts.map +1 -0
  96. package/lib/{provider → common/provider}/abstract-next-or-previous-navigation-target-provider.js +5 -5
  97. package/lib/common/provider/abstract-next-or-previous-navigation-target-provider.js.map +1 -0
  98. package/lib/{provider → common/provider}/next-node-navigation-target-provider.d.ts +1 -1
  99. package/lib/common/provider/next-node-navigation-target-provider.d.ts.map +1 -0
  100. package/lib/{provider → common/provider}/next-node-navigation-target-provider.js +2 -2
  101. package/lib/common/provider/next-node-navigation-target-provider.js.map +1 -0
  102. package/lib/{provider → common/provider}/node-documentation-navigation-target-provider.d.ts +2 -3
  103. package/lib/common/provider/node-documentation-navigation-target-provider.d.ts.map +1 -0
  104. package/lib/{provider → common/provider}/node-documentation-navigation-target-provider.js +5 -6
  105. package/lib/common/provider/node-documentation-navigation-target-provider.js.map +1 -0
  106. package/lib/{provider → common/provider}/previous-node-navigation-target-provider.d.ts +1 -1
  107. package/lib/common/provider/previous-node-navigation-target-provider.d.ts.map +1 -0
  108. package/lib/{provider → common/provider}/previous-node-navigation-target-provider.js +2 -2
  109. package/lib/common/provider/previous-node-navigation-target-provider.js.map +1 -0
  110. package/lib/{provider → common/provider}/workflow-command-palette-action-provider.d.ts +2 -2
  111. package/lib/common/provider/workflow-command-palette-action-provider.d.ts.map +1 -0
  112. package/lib/{provider → common/provider}/workflow-command-palette-action-provider.js +16 -16
  113. package/lib/common/provider/workflow-command-palette-action-provider.js.map +1 -0
  114. package/lib/{provider → common/provider}/workflow-context-menu-item-provider.d.ts +2 -2
  115. package/lib/common/provider/workflow-context-menu-item-provider.d.ts.map +1 -0
  116. package/lib/{provider → common/provider}/workflow-context-menu-item-provider.js +8 -8
  117. package/lib/common/provider/workflow-context-menu-item-provider.js.map +1 -0
  118. package/lib/common/taskedit/edit-task-operation-handler.d.ts +53 -0
  119. package/lib/common/taskedit/edit-task-operation-handler.d.ts.map +1 -0
  120. package/lib/common/taskedit/edit-task-operation-handler.js +97 -0
  121. package/lib/common/taskedit/edit-task-operation-handler.js.map +1 -0
  122. package/lib/common/taskedit/task-edit-context-provider.d.ts +25 -0
  123. package/lib/common/taskedit/task-edit-context-provider.d.ts.map +1 -0
  124. package/lib/common/taskedit/task-edit-context-provider.js +77 -0
  125. package/lib/common/taskedit/task-edit-context-provider.js.map +1 -0
  126. package/lib/common/taskedit/task-edit-validator.d.ts +21 -0
  127. package/lib/common/taskedit/task-edit-validator.d.ts.map +1 -0
  128. package/lib/common/taskedit/task-edit-validator.js +60 -0
  129. package/lib/common/taskedit/task-edit-validator.js.map +1 -0
  130. package/lib/{util → common/util}/model-types.d.ts +7 -7
  131. package/lib/common/util/model-types.d.ts.map +1 -0
  132. package/lib/{util → common/util}/model-types.js +2 -2
  133. package/lib/common/util/model-types.js.map +1 -0
  134. package/lib/{workflow-diagram-configuration.d.ts → common/workflow-diagram-configuration.d.ts} +2 -2
  135. package/lib/common/workflow-diagram-configuration.d.ts.map +1 -0
  136. package/lib/{workflow-diagram-configuration.js → common/workflow-diagram-configuration.js} +17 -24
  137. package/lib/common/workflow-diagram-configuration.js.map +1 -0
  138. package/lib/{workflow-diagram-module.d.ts → common/workflow-diagram-module.d.ts} +7 -3
  139. package/lib/common/workflow-diagram-module.d.ts.map +1 -0
  140. package/lib/{workflow-diagram-module.js → common/workflow-diagram-module.js} +33 -9
  141. package/lib/common/workflow-diagram-module.js.map +1 -0
  142. package/lib/common/workflow-edge-creation-checker.d.ts +21 -0
  143. package/lib/common/workflow-edge-creation-checker.d.ts.map +1 -0
  144. package/lib/common/workflow-edge-creation-checker.js +25 -0
  145. package/lib/common/workflow-edge-creation-checker.js.map +1 -0
  146. package/lib/{workflow-glsp-server.d.ts → common/workflow-glsp-server.d.ts} +2 -2
  147. package/lib/common/workflow-glsp-server.d.ts.map +1 -0
  148. package/lib/{workflow-glsp-server.js → common/workflow-glsp-server.js} +9 -9
  149. package/lib/common/workflow-glsp-server.js.map +1 -0
  150. package/lib/{workflow-popup-factory.d.ts → common/workflow-popup-factory.d.ts} +2 -2
  151. package/lib/common/workflow-popup-factory.d.ts.map +1 -0
  152. package/lib/{workflow-popup-factory.js → common/workflow-popup-factory.js} +8 -8
  153. package/lib/common/workflow-popup-factory.js.map +1 -0
  154. package/lib/{index.d.ts → node/app.d.ts} +2 -2
  155. package/lib/node/app.d.ts.map +1 -0
  156. package/lib/node/app.js +43 -0
  157. package/lib/node/app.js.map +1 -0
  158. package/lib/node/index.d.ts +18 -0
  159. package/lib/node/index.d.ts.map +1 -0
  160. package/lib/node/index.js +34 -0
  161. package/lib/node/index.js.map +1 -0
  162. package/lib/node/workflow-cli-parser.d.ts +21 -0
  163. package/lib/node/workflow-cli-parser.d.ts.map +1 -0
  164. package/lib/node/workflow-cli-parser.js +26 -0
  165. package/lib/node/workflow-cli-parser.js.map +1 -0
  166. package/node.d.ts +16 -0
  167. package/node.js +18 -0
  168. package/package.json +23 -9
  169. package/src/{app.ts → browser/app.ts} +19 -12
  170. package/src/browser/example1.json +730 -0
  171. package/src/browser/index.ts +17 -0
  172. package/src/browser/mock-model-storage.ts +47 -0
  173. package/src/{graph-extension.ts → common/graph-extension.ts} +3 -3
  174. package/src/{handler → common/handler}/create-activity-node-handler.ts +2 -2
  175. package/src/{handler → common/handler}/create-automated-task-handler.ts +2 -2
  176. package/src/{handler → common/handler}/create-category-handler.ts +2 -2
  177. package/src/{handler → common/handler}/create-decision-node-handler.ts +2 -2
  178. package/src/{handler → common/handler}/create-edge-handler.ts +2 -2
  179. package/src/{handler → common/handler}/create-fork-node-handler.ts +1 -1
  180. package/src/{handler → common/handler}/create-fork-or-join-node-handler.ts +2 -2
  181. package/src/{handler → common/handler}/create-join-node-handler.ts +1 -1
  182. package/src/{handler → common/handler}/create-manual-task-handler.ts +2 -2
  183. package/src/{handler → common/handler}/create-merge-node-handler.ts +2 -2
  184. package/src/{handler → common/handler}/create-task-handler.ts +2 -3
  185. package/src/{handler → common/handler}/create-weighted-edge-handler.ts +2 -2
  186. package/src/{handler → common/handler}/create-workflow-node-operation-handler.ts +2 -2
  187. package/src/{handler → common/handler}/grid-snapper.ts +2 -2
  188. package/src/common/index.ts +50 -0
  189. package/src/{labeledit → common/labeledit}/workflow-label-edit-validator.ts +2 -2
  190. package/src/{layout → common/layout}/workflow-layout-configurator.ts +2 -2
  191. package/src/{marker → common/marker}/workflow-model-validator.ts +17 -16
  192. package/src/{model → common/model}/workflow-navigation-target-resolver.ts +2 -4
  193. package/src/{provider → common/provider}/abstract-next-or-previous-navigation-target-provider.ts +2 -3
  194. package/src/{provider → common/provider}/next-node-navigation-target-provider.ts +1 -1
  195. package/src/{provider → common/provider}/node-documentation-navigation-target-provider.ts +2 -4
  196. package/src/{provider → common/provider}/previous-node-navigation-target-provider.ts +1 -1
  197. package/src/{provider → common/provider}/workflow-command-palette-action-provider.ts +2 -2
  198. package/src/{provider → common/provider}/workflow-context-menu-item-provider.ts +2 -2
  199. package/src/common/taskedit/edit-task-operation-handler.ts +118 -0
  200. package/src/common/taskedit/task-edit-context-provider.ts +66 -0
  201. package/src/common/taskedit/task-edit-validator.ts +45 -0
  202. package/src/{util → common/util}/model-types.ts +1 -1
  203. package/src/{workflow-diagram-configuration.ts → common/workflow-diagram-configuration.ts} +8 -15
  204. package/src/{workflow-diagram-module.ts → common/workflow-diagram-module.ts} +31 -4
  205. package/src/common/workflow-edge-creation-checker.ts +31 -0
  206. package/src/{workflow-glsp-server.ts → common/workflow-glsp-server.ts} +2 -2
  207. package/src/{workflow-popup-factory.ts → common/workflow-popup-factory.ts} +3 -3
  208. package/src/node/app.ts +45 -0
  209. package/src/node/index.ts +17 -0
  210. package/src/node/workflow-cli-parser.ts +29 -0
  211. package/lib/app.d.ts +0 -2
  212. package/lib/app.d.ts.map +0 -1
  213. package/lib/app.js.map +0 -1
  214. package/lib/graph-extension.d.ts.map +0 -1
  215. package/lib/graph-extension.js.map +0 -1
  216. package/lib/handler/create-activity-node-handler.d.ts.map +0 -1
  217. package/lib/handler/create-activity-node-handler.js.map +0 -1
  218. package/lib/handler/create-automated-task-handler.d.ts.map +0 -1
  219. package/lib/handler/create-automated-task-handler.js.map +0 -1
  220. package/lib/handler/create-category-handler.d.ts.map +0 -1
  221. package/lib/handler/create-category-handler.js.map +0 -1
  222. package/lib/handler/create-decision-node-handler.d.ts.map +0 -1
  223. package/lib/handler/create-decision-node-handler.js.map +0 -1
  224. package/lib/handler/create-edge-handler.d.ts.map +0 -1
  225. package/lib/handler/create-edge-handler.js.map +0 -1
  226. package/lib/handler/create-fork-node-handler.d.ts.map +0 -1
  227. package/lib/handler/create-fork-node-handler.js.map +0 -1
  228. package/lib/handler/create-fork-or-join-node-handler.d.ts.map +0 -1
  229. package/lib/handler/create-fork-or-join-node-handler.js.map +0 -1
  230. package/lib/handler/create-join-node-handler.d.ts.map +0 -1
  231. package/lib/handler/create-join-node-handler.js.map +0 -1
  232. package/lib/handler/create-manual-task-handler.d.ts.map +0 -1
  233. package/lib/handler/create-manual-task-handler.js.map +0 -1
  234. package/lib/handler/create-merge-node-handler.d.ts.map +0 -1
  235. package/lib/handler/create-merge-node-handler.js.map +0 -1
  236. package/lib/handler/create-task-handler.d.ts.map +0 -1
  237. package/lib/handler/create-task-handler.js.map +0 -1
  238. package/lib/handler/create-weighted-edge-handler.d.ts.map +0 -1
  239. package/lib/handler/create-weighted-edge-handler.js.map +0 -1
  240. package/lib/handler/create-workflow-node-operation-handler.d.ts.map +0 -1
  241. package/lib/handler/create-workflow-node-operation-handler.js.map +0 -1
  242. package/lib/handler/grid-snapper.d.ts.map +0 -1
  243. package/lib/handler/grid-snapper.js.map +0 -1
  244. package/lib/index.d.ts.map +0 -1
  245. package/lib/index.js.map +0 -1
  246. package/lib/labeledit/workflow-label-edit-validator.d.ts.map +0 -1
  247. package/lib/labeledit/workflow-label-edit-validator.js.map +0 -1
  248. package/lib/layout/workflow-layout-configurator.d.ts.map +0 -1
  249. package/lib/layout/workflow-layout-configurator.js.map +0 -1
  250. package/lib/marker/workflow-model-validator.d.ts.map +0 -1
  251. package/lib/marker/workflow-model-validator.js.map +0 -1
  252. package/lib/model/workflow-navigation-target-resolver.d.ts.map +0 -1
  253. package/lib/model/workflow-navigation-target-resolver.js.map +0 -1
  254. package/lib/provider/abstract-next-or-previous-navigation-target-provider.d.ts.map +0 -1
  255. package/lib/provider/abstract-next-or-previous-navigation-target-provider.js.map +0 -1
  256. package/lib/provider/next-node-navigation-target-provider.d.ts.map +0 -1
  257. package/lib/provider/next-node-navigation-target-provider.js.map +0 -1
  258. package/lib/provider/node-documentation-navigation-target-provider.d.ts.map +0 -1
  259. package/lib/provider/node-documentation-navigation-target-provider.js.map +0 -1
  260. package/lib/provider/previous-node-navigation-target-provider.d.ts.map +0 -1
  261. package/lib/provider/previous-node-navigation-target-provider.js.map +0 -1
  262. package/lib/provider/workflow-command-palette-action-provider.d.ts.map +0 -1
  263. package/lib/provider/workflow-command-palette-action-provider.js.map +0 -1
  264. package/lib/provider/workflow-context-menu-item-provider.d.ts.map +0 -1
  265. package/lib/provider/workflow-context-menu-item-provider.js.map +0 -1
  266. package/lib/util/model-types.d.ts.map +0 -1
  267. package/lib/util/model-types.js.map +0 -1
  268. package/lib/workflow-diagram-configuration.d.ts.map +0 -1
  269. package/lib/workflow-diagram-configuration.js.map +0 -1
  270. package/lib/workflow-diagram-module.d.ts.map +0 -1
  271. package/lib/workflow-diagram-module.js.map +0 -1
  272. package/lib/workflow-glsp-server.d.ts.map +0 -1
  273. package/lib/workflow-glsp-server.js.map +0 -1
  274. package/lib/workflow-popup-factory.d.ts.map +0 -1
  275. package/lib/workflow-popup-factory.js.map +0 -1
  276. /package/lib/{handler → common/handler}/create-fork-node-handler.d.ts +0 -0
  277. /package/lib/{handler → common/handler}/create-join-node-handler.d.ts +0 -0
  278. /package/lib/{handler → common/handler}/grid-snapper.js +0 -0
@@ -0,0 +1,118 @@
1
+ /********************************************************************************
2
+ * Copyright (c) 2023 EclipseSource and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0.
7
+ *
8
+ * This Source Code may also be made available under the following Secondary
9
+ * Licenses when the conditions for such availability set forth in the Eclipse
10
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ * with the GNU Classpath Exception which is available at
12
+ * https://www.gnu.org/software/classpath/license.html.
13
+ *
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ ********************************************************************************/
16
+
17
+ import { Action, Command, getOrThrow, GModelOperationHandler, hasStringProp, MaybePromise, Operation } from '@eclipse-glsp/server';
18
+ import { injectable } from 'inversify';
19
+ import { TaskNode } from '../graph-extension';
20
+ import { ModelTypes } from '../util/model-types';
21
+ /**
22
+ * Is send from the {@link TaskEditor} to the GLSP server
23
+ * to update a feature from a specified task.
24
+ */
25
+ export interface EditTaskOperation extends Operation {
26
+ kind: typeof EditTaskOperation.KIND;
27
+
28
+ /**
29
+ * Id of the task that should be edited
30
+ */
31
+ taskId: string;
32
+
33
+ /**
34
+ * The feature that is to be updated
35
+ */
36
+ feature: 'duration' | 'taskType';
37
+
38
+ /**
39
+ * The new feature value
40
+ */
41
+ value: string;
42
+ }
43
+
44
+ export namespace EditTaskOperation {
45
+ export const KIND = 'editTask';
46
+
47
+ export function is(object: any): object is EditTaskOperation {
48
+ return (
49
+ Action.hasKind(object, KIND) &&
50
+ hasStringProp(object, 'taskId') &&
51
+ hasStringProp(object, 'feature') &&
52
+ hasStringProp(object, 'value')
53
+ );
54
+ }
55
+
56
+ export function create(options: { taskId: string; feature: 'duration' | 'taskType'; value: string }): EditTaskOperation {
57
+ return {
58
+ kind: KIND,
59
+ isOperation: true,
60
+ ...options
61
+ };
62
+ }
63
+ }
64
+
65
+ @injectable()
66
+ export class EditTaskOperationHandler extends GModelOperationHandler {
67
+ readonly operationType = EditTaskOperation.KIND;
68
+
69
+ createCommand(operation: EditTaskOperation): MaybePromise<Command | undefined> {
70
+ const task = getOrThrow(
71
+ this.modelState.index.findByClass(operation.taskId, TaskNode),
72
+ `Cannot find task with id '${operation.taskId}'`
73
+ );
74
+ switch (operation.feature) {
75
+ case 'duration': {
76
+ const duration = Number.parseInt(operation.value, 10);
77
+ return duration !== task.duration //
78
+ ? this.commandOf(() => this.editDuration(task, duration))
79
+ : undefined;
80
+ }
81
+ case 'taskType': {
82
+ return task.taskType !== operation.value //
83
+ ? this.commandOf(() => this.editTaskType(task, operation.value))
84
+ : undefined;
85
+ }
86
+ }
87
+ }
88
+
89
+ protected editDuration(task: TaskNode, duration: number): void {
90
+ task.duration = duration;
91
+ }
92
+
93
+ protected editTaskType(task: TaskNode, type: string): void {
94
+ task.taskType = type;
95
+ if (type === 'manual' || type === 'automated') {
96
+ const temp = this.createTempTask(type, task);
97
+ const toAssign: Partial<TaskNode> = {
98
+ taskType: temp.taskType,
99
+ type: temp.type,
100
+ children: temp.children,
101
+ cssClasses: temp.cssClasses
102
+ };
103
+ Object.assign(task, toAssign);
104
+ return;
105
+ }
106
+ throw new Error(`Could not edit task '${task.id}'. Invalid type: ${type}`);
107
+ }
108
+
109
+ protected createTempTask(type: 'automated' | 'manual', task: TaskNode): TaskNode {
110
+ return TaskNode.builder() //
111
+ .type(type === 'automated' ? ModelTypes.AUTOMATED_TASK : ModelTypes.MANUAL_TASK)
112
+ .taskType(type)
113
+ .name(task.name)
114
+ .addCssClass(type)
115
+ .children()
116
+ .build();
117
+ }
118
+ }
@@ -0,0 +1,66 @@
1
+ /********************************************************************************
2
+ * Copyright (c) 2023 EclipseSource and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0.
7
+ *
8
+ * This Source Code may also be made available under the following Secondary
9
+ * Licenses when the conditions for such availability set forth in the Eclipse
10
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ * with the GNU Classpath Exception which is available at
12
+ * https://www.gnu.org/software/classpath/license.html.
13
+ *
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ ********************************************************************************/
16
+ import { ContextActionsProvider, EditorContext, LabeledAction, MaybePromise, ModelState, toTypeGuard } from '@eclipse-glsp/server';
17
+ import { inject, injectable } from 'inversify';
18
+ import { TaskNode } from '../graph-extension';
19
+ import { EditTaskOperation } from './edit-task-operation-handler';
20
+
21
+ @injectable()
22
+ export class TaskEditContextActionProvider implements ContextActionsProvider {
23
+ static readonly DURATION_PREFIX = 'duration:';
24
+ static readonly TYPE_PREFIX = 'type:';
25
+ static readonly TASK_PREFIX = 'task:';
26
+
27
+ readonly contextId = 'task-editor';
28
+
29
+ @inject(ModelState)
30
+ protected modelState: ModelState;
31
+
32
+ getActions(editorContext: EditorContext): MaybePromise<LabeledAction[]> {
33
+ const text = editorContext.args?.['text'].toString() ?? '';
34
+ const taskNode = this.modelState.index.findParentElement(editorContext.selectedElementIds[0], toTypeGuard(TaskNode));
35
+ if (!taskNode) {
36
+ return [];
37
+ }
38
+
39
+ if (text.startsWith(TaskEditContextActionProvider.TYPE_PREFIX)) {
40
+ const taskId = taskNode.id;
41
+ return [
42
+ { label: 'type:automated', actions: [EditTaskOperation.create({ taskId, feature: 'taskType', value: 'automated' })] },
43
+ { label: 'type:manual', actions: [EditTaskOperation.create({ taskId, feature: 'taskType', value: 'manual' })] }
44
+ ];
45
+ }
46
+
47
+ if (text.startsWith(TaskEditContextActionProvider.DURATION_PREFIX)) {
48
+ return [];
49
+ }
50
+
51
+ const taskType = taskNode.type.substring(TaskEditContextActionProvider.TASK_PREFIX.length);
52
+ const duration = taskNode.duration;
53
+ return [
54
+ <SetAutocompleteValueAction>{ label: 'type:', actions: [], text: `${TaskEditContextActionProvider.TYPE_PREFIX}${taskType}` },
55
+ <SetAutocompleteValueAction>{
56
+ label: 'duration:',
57
+ actions: [],
58
+ text: `${TaskEditContextActionProvider.DURATION_PREFIX}${duration ?? 0}`
59
+ }
60
+ ];
61
+ }
62
+ }
63
+
64
+ interface SetAutocompleteValueAction extends LabeledAction {
65
+ text: string;
66
+ }
@@ -0,0 +1,45 @@
1
+ /********************************************************************************
2
+ * Copyright (c) 2023 EclipseSource and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0.
7
+ *
8
+ * This Source Code may also be made available under the following Secondary
9
+ * Licenses when the conditions for such availability set forth in the Eclipse
10
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ * with the GNU Classpath Exception which is available at
12
+ * https://www.gnu.org/software/classpath/license.html.
13
+ *
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ ********************************************************************************/
16
+ import { ContextEditValidator, RequestEditValidationAction, ValidationStatus } from '@eclipse-glsp/server';
17
+ import { injectable } from 'inversify';
18
+ import { TaskEditContextActionProvider } from './task-edit-context-provider';
19
+
20
+ @injectable()
21
+ export class TaskEditValidator implements ContextEditValidator {
22
+ readonly contextId = 'task-editor';
23
+
24
+ validate(action: RequestEditValidationAction): ValidationStatus {
25
+ const text = action.text;
26
+ if (text.startsWith(TaskEditContextActionProvider.DURATION_PREFIX)) {
27
+ const durationString = text.substring(TaskEditContextActionProvider.DURATION_PREFIX.length);
28
+ const duration = Number.parseInt(durationString, 10);
29
+ if (Number.isNaN(duration)) {
30
+ return { severity: ValidationStatus.Severity.ERROR, message: `'${durationString}' is not a valid number.` };
31
+ } else if (duration < 0 || duration > 100) {
32
+ return { severity: ValidationStatus.Severity.WARNING, message: `'${durationString}' should be between 0 and 100` };
33
+ }
34
+ } else if (text.startsWith(TaskEditContextActionProvider.TYPE_PREFIX)) {
35
+ const typeString = text.substring(TaskEditContextActionProvider.TYPE_PREFIX.length);
36
+ if (typeString !== 'automated' && typeString !== 'manual') {
37
+ return {
38
+ severity: ValidationStatus.Severity.ERROR,
39
+ message: `'Type of task can only be manual or automatic. You entered '${typeString}'.`
40
+ };
41
+ }
42
+ }
43
+ return ValidationStatus.NONE;
44
+ }
45
+ }
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2022 STMicroelectronics and others.
2
+ * Copyright (c) 2022-2023 STMicroelectronics and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2022 STMicroelectronics and others.
2
+ * Copyright (c) 2022-2023 STMicroelectronics and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -18,11 +18,11 @@ import {
18
18
  DiagramConfiguration,
19
19
  GCompartment,
20
20
  GEdge,
21
- getDefaultMapping,
22
21
  GLabel,
23
22
  GModelElementConstructor,
24
- ServerLayoutKind
25
- } from '@eclipse-glsp/server-node';
23
+ ServerLayoutKind,
24
+ getDefaultMapping
25
+ } from '@eclipse-glsp/server';
26
26
  import { injectable } from 'inversify';
27
27
  import { ActivityNode, Category, TaskNode } from './graph-extension';
28
28
  import { ModelTypes as types } from './util/model-types';
@@ -58,15 +58,7 @@ export class WorkflowDiagramConfiguration implements DiagramConfiguration {
58
58
  deletable: true,
59
59
  resizable: true,
60
60
  reparentable: true,
61
- containableElementTypeIds: [
62
- types.DECISION_NODE,
63
- types.MERGE_NODE,
64
- types.FORK_NODE,
65
- types.JOIN_NODE,
66
- types.AUTOMATED_TASK,
67
- types.MANUAL_TASK,
68
- types.CATEGORY
69
- ]
61
+ containableElementTypeIds: [types.TASK, types.ACTIVITY_NODE, types.CATEGORY]
70
62
  }
71
63
  ];
72
64
  }
@@ -79,8 +71,9 @@ export class WorkflowDiagramConfiguration implements DiagramConfiguration {
79
71
  repositionable: true,
80
72
  deletable: true,
81
73
  routable: true,
82
- sourceElementTypeIds: [types.DECISION_NODE],
83
- targetElementTypeIds: [types.MANUAL_TASK, types.AUTOMATED_TASK, types.FORK_NODE, types.JOIN_NODE]
74
+ dynamic: true,
75
+ sourceElementTypeIds: [types.ACTIVITY_NODE],
76
+ targetElementTypeIds: [types.TASK, types.ACTIVITY_NODE]
84
77
  }
85
78
  ];
86
79
  }
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2022 STMicroelectronics and others.
2
+ * Copyright (c) 2022-2023 STMicroelectronics and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -14,9 +14,13 @@
14
14
  * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
15
  ********************************************************************************/
16
16
  import {
17
+ BindingTarget,
17
18
  CommandPaletteActionProvider,
19
+ ContextActionsProvider,
20
+ ContextEditValidator,
18
21
  ContextMenuItemProvider,
19
22
  DiagramConfiguration,
23
+ EdgeCreationChecker,
20
24
  GLSPServer,
21
25
  GModelDiagramModule,
22
26
  InstanceMultiBinding,
@@ -27,9 +31,9 @@ import {
27
31
  NavigationTargetResolver,
28
32
  OperationHandlerConstructor,
29
33
  PopupModelFactory,
30
- ServerModule
31
- } from '@eclipse-glsp/server-node';
32
- import { BindingTarget } from '@eclipse-glsp/server-node/lib/di/binding-target';
34
+ ServerModule,
35
+ SourceModelStorage
36
+ } from '@eclipse-glsp/server';
33
37
  import { injectable } from 'inversify';
34
38
  import { CreateAutomatedTaskHandler } from './handler/create-automated-task-handler';
35
39
  import { CreateCategoryHandler } from './handler/create-category-handler';
@@ -48,7 +52,11 @@ import { NodeDocumentationNavigationTargetProvider } from './provider/node-docum
48
52
  import { PreviousNodeNavigationTargetProvider } from './provider/previous-node-navigation-target-provider';
49
53
  import { WorkflowCommandPaletteActionProvider } from './provider/workflow-command-palette-action-provider';
50
54
  import { WorkflowContextMenuItemProvider } from './provider/workflow-context-menu-item-provider';
55
+ import { EditTaskOperationHandler } from './taskedit/edit-task-operation-handler';
56
+ import { TaskEditContextActionProvider } from './taskedit/task-edit-context-provider';
57
+ import { TaskEditValidator } from './taskedit/task-edit-validator';
51
58
  import { WorkflowDiagramConfiguration } from './workflow-diagram-configuration';
59
+ import { WorkflowEdgeCreationChecker } from './workflow-edge-creation-checker';
52
60
  import { WorkflowGLSPServer } from './workflow-glsp-server';
53
61
  import { WorkflowPopupFactory } from './workflow-popup-factory';
54
62
 
@@ -61,6 +69,10 @@ export class WorkflowServerModule extends ServerModule {
61
69
 
62
70
  @injectable()
63
71
  export class WorkflowDiagramModule extends GModelDiagramModule {
72
+ constructor(public bindSourceModelStorage: () => BindingTarget<SourceModelStorage>) {
73
+ super();
74
+ }
75
+
64
76
  get diagramType(): string {
65
77
  return 'workflow-diagram';
66
78
  }
@@ -76,6 +88,7 @@ export class WorkflowDiagramModule extends GModelDiagramModule {
76
88
  binding.add(CreateMergeNodeHandler);
77
89
  binding.add(CreateDecisionNodeHandler);
78
90
  binding.add(CreateCategoryHandler);
91
+ binding.add(EditTaskOperationHandler);
79
92
  }
80
93
 
81
94
  protected bindDiagramConfiguration(): BindingTarget<DiagramConfiguration> {
@@ -112,4 +125,18 @@ export class WorkflowDiagramModule extends GModelDiagramModule {
112
125
  binding.add(PreviousNodeNavigationTargetProvider);
113
126
  binding.add(NodeDocumentationNavigationTargetProvider);
114
127
  }
128
+
129
+ protected override configureContextActionProviders(binding: MultiBinding<ContextActionsProvider>): void {
130
+ super.configureContextActionProviders(binding);
131
+ binding.add(TaskEditContextActionProvider);
132
+ }
133
+
134
+ protected override configureContextEditValidators(binding: MultiBinding<ContextEditValidator>): void {
135
+ super.configureContextEditValidators(binding);
136
+ binding.add(TaskEditValidator);
137
+ }
138
+
139
+ protected override bindEdgeCreationChecker(): BindingTarget<EdgeCreationChecker> | undefined {
140
+ return WorkflowEdgeCreationChecker;
141
+ }
115
142
  }
@@ -0,0 +1,31 @@
1
+ /********************************************************************************
2
+ * Copyright (c) 2023 EclipseSource and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0.
7
+ *
8
+ * This Source Code may also be made available under the following Secondary
9
+ * Licenses when the conditions for such availability set forth in the Eclipse
10
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ * with the GNU Classpath Exception which is available at
12
+ * https://www.gnu.org/software/classpath/license.html.
13
+ *
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ ********************************************************************************/
16
+ import { EdgeCreationChecker, GModelElement } from '@eclipse-glsp/server/';
17
+ import { injectable } from 'inversify';
18
+ import { TaskNode } from './graph-extension';
19
+ import { ModelTypes } from './util/model-types';
20
+
21
+ @injectable()
22
+ export class WorkflowEdgeCreationChecker implements EdgeCreationChecker {
23
+ isValidSource(edgeType: string, sourceElement: GModelElement): boolean {
24
+ return edgeType !== ModelTypes.WEIGHTED_EDGE || sourceElement.type === ModelTypes.DECISION_NODE;
25
+ }
26
+ isValidTarget(edgeType: string, sourceElement: GModelElement, targetElement: GModelElement): boolean {
27
+ return (
28
+ targetElement instanceof TaskNode || targetElement.type === ModelTypes.FORK_NODE || targetElement.type === ModelTypes.JOIN_NODE
29
+ );
30
+ }
31
+ }
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2022 STMicroelectronics and others.
2
+ * Copyright (c) 2022-2023 STMicroelectronics and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -13,7 +13,7 @@
13
13
  *
14
14
  * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
15
  ********************************************************************************/
16
- import { Args, ArgsUtil, DefaultGLSPServer, InitializeResult, Logger, MaybePromise } from '@eclipse-glsp/server-node';
16
+ import { Args, ArgsUtil, DefaultGLSPServer, InitializeResult, Logger, MaybePromise } from '@eclipse-glsp/server';
17
17
  import { inject, injectable } from 'inversify';
18
18
 
19
19
  @injectable()
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2022 STMicroelectronics and others.
2
+ * Copyright (c) 2022-2023 STMicroelectronics and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -13,9 +13,9 @@
13
13
  *
14
14
  * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
15
  ********************************************************************************/
16
- import { GModelElement, GModelRoot, GPreRenderedElement, PopupModelFactory, RequestPopupModelAction } from '@eclipse-glsp/server-node';
17
- import { TaskNode } from './graph-extension';
16
+ import { GModelElement, GModelRoot, GPreRenderedElement, PopupModelFactory, RequestPopupModelAction } from '@eclipse-glsp/server';
18
17
  import { injectable } from 'inversify';
18
+ import { TaskNode } from './graph-extension';
19
19
 
20
20
  const NL = '<br/>';
21
21
 
@@ -0,0 +1,45 @@
1
+ /********************************************************************************
2
+ * Copyright (c) 2022-2023 STMicroelectronics and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0.
7
+ *
8
+ * This Source Code may also be made available under the following Secondary
9
+ * Licenses when the conditions for such availability set forth in the Eclipse
10
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ * with the GNU Classpath Exception which is available at
12
+ * https://www.gnu.org/software/classpath/license.html.
13
+ *
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ ********************************************************************************/
16
+ import 'reflect-metadata';
17
+
18
+ import { configureELKLayoutModule } from '@eclipse-glsp/layout-elk';
19
+ import { createAppModule, GModelStorage, SocketServerLauncher, WebSocketServerLauncher } from '@eclipse-glsp/server/node';
20
+ import { Container } from 'inversify';
21
+
22
+ import { WorkflowLayoutConfigurator } from '../common/layout/workflow-layout-configurator';
23
+ import { WorkflowDiagramModule, WorkflowServerModule } from '../common/workflow-diagram-module';
24
+ import { createWorkflowCliParser } from './workflow-cli-parser';
25
+
26
+ async function launch(argv?: string[]): Promise<void> {
27
+ const options = createWorkflowCliParser().parse(argv);
28
+ const appContainer = new Container();
29
+ appContainer.load(createAppModule(options));
30
+
31
+ const elkLayoutModule = configureELKLayoutModule({ algorithms: ['layered'], layoutConfigurator: WorkflowLayoutConfigurator });
32
+ const serverModule = new WorkflowServerModule().configureDiagramModule(new WorkflowDiagramModule(() => GModelStorage), elkLayoutModule);
33
+
34
+ if (options.webSocket) {
35
+ const launcher = appContainer.resolve(WebSocketServerLauncher);
36
+ launcher.configure(serverModule);
37
+ await launcher.start({ port: options.port, host: options.host, path: 'workflow' });
38
+ } else {
39
+ const launcher = appContainer.resolve(SocketServerLauncher);
40
+ launcher.configure(serverModule);
41
+ await launcher.start({ port: options.port, host: options.host });
42
+ }
43
+ }
44
+
45
+ launch(process.argv).catch(error => console.error('Error in workflow server launcher:', error));
@@ -0,0 +1,17 @@
1
+ /********************************************************************************
2
+ * Copyright (c) 2022-2023 EclipseSource and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0.
7
+ *
8
+ * This Source Code may also be made available under the following Secondary
9
+ * Licenses when the conditions for such availability set forth in the Eclipse
10
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ * with the GNU Classpath Exception which is available at
12
+ * https://www.gnu.org/software/classpath/license.html.
13
+ *
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ ********************************************************************************/
16
+ export * from '../common/index';
17
+ export * from './workflow-cli-parser';
@@ -0,0 +1,29 @@
1
+ /********************************************************************************
2
+ * Copyright (c) 2022-2023 EclipseSource and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0.
7
+ *
8
+ * This Source Code may also be made available under the following Secondary
9
+ * Licenses when the conditions for such availability set forth in the Eclipse
10
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ * with the GNU Classpath Exception which is available at
12
+ * https://www.gnu.org/software/classpath/license.html.
13
+ *
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ ********************************************************************************/
16
+
17
+ import { CliParser, createSocketCliParser, defaultSocketLaunchOptions, SocketLaunchOptions } from '@eclipse-glsp/server/node';
18
+
19
+ export interface WorkflowLaunchOptions extends SocketLaunchOptions {
20
+ webSocket: boolean;
21
+ }
22
+
23
+ export function createWorkflowCliParser<O extends WorkflowLaunchOptions = WorkflowLaunchOptions>(
24
+ defaultOptions: WorkflowLaunchOptions = { webSocket: false, ...defaultSocketLaunchOptions }
25
+ ): CliParser<O> {
26
+ const parser = createSocketCliParser<O>(defaultOptions);
27
+ parser.command.option('-w , --webSocket', 'Flag to use websocket launcher instead of default launcher', false);
28
+ return parser;
29
+ }
package/lib/app.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export declare function launch(argv?: string[]): void;
2
- //# sourceMappingURL=app.d.ts.map
package/lib/app.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAqBA,wBAAgB,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAa5C"}
package/lib/app.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,yDAAoE;AACpE,2DAAyI;AACzI,yCAAsC;AACtC,wFAAmF;AACnF,uEAAwF;AAExF,SAAgB,MAAM,CAAC,IAAe;IAClC,MAAM,OAAO,GAAG,IAAA,mCAAqB,GAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IACpD,MAAM,YAAY,GAAG,IAAI,qBAAS,EAAE,CAAC;IACrC,YAAY,CAAC,IAAI,CAAC,IAAA,6BAAe,EAAC,OAAO,CAAC,CAAC,CAAC;IAE5C,MAAM,MAAM,GAAG,YAAY,CAAC,GAAG,CAAgB,2BAAa,CAAC,CAAC,mBAAmB,CAAC,CAAC;IACnF,MAAM,QAAQ,GAAG,YAAY,CAAC,OAAO,CAAC,kCAAoB,CAAC,CAAC;IAC5D,MAAM,eAAe,GAAG,IAAA,qCAAwB,EAAC,EAAE,UAAU,EAAE,CAAC,SAAS,CAAC,EAAE,kBAAkB,EAAE,yDAA0B,EAAE,CAAC,CAAC;IAC9H,MAAM,YAAY,GAAG,IAAI,8CAAoB,EAAE,CAAC,sBAAsB,CAAC,IAAI,+CAAqB,EAAE,EAAE,eAAe,CAAC,CAAC;IAErH,MAAM,YAAY,GAAG,CAAC,KAAU,EAAQ,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,oCAAoC,EAAE,KAAK,CAAC,CAAC;IACrG,QAAQ,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IACjC,IAAA,6BAAe,EAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,EAAE,CAAC,EAAE,YAAY,CAAC,CAAC;AACpG,CAAC;AAbD,wBAaC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"graph-extension.d.ts","sourceRoot":"","sources":["../src/graph-extension.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAGH,YAAY,EAEZ,KAAK,EACL,YAAY,EACZ,MAAM,EAEN,KAAK,EACL,YAAY,EACf,MAAM,2BAA2B,CAAC;AAGnC,qBAAa,YAAa,SAAQ,KAAK;IACnC,QAAQ,EAAE,MAAM,CAAC;WAED,OAAO,IAAI,mBAAmB;CAGjD;AAED,qBAAa,mBAAmB,CAAC,CAAC,SAAS,YAAY,GAAG,YAAY,CAAE,SAAQ,YAAY,CAAC,CAAC,CAAC;IAC3F,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;CAInC;AAED,qBAAa,QAAS,SAAQ,KAAK;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;WAEH,OAAO,IAAI,eAAe;CAG7C;AAED,qBAAa,eAAe,CAAC,CAAC,SAAS,QAAQ,GAAG,QAAQ,CAAE,SAAQ,YAAY,CAAC,CAAC,CAAC;IAC/E,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAKxB,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAKhC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAKhC,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAKpC,QAAQ,IAAI,IAAI;IAIP,KAAK,IAAI,CAAC;IAKnB,SAAS,CAAC,uBAAuB,IAAI,MAAM;IAQ3C,SAAS,CAAC,qBAAqB,IAAI,YAAY;CAMlD;AAED,qBAAa,YAAa,SAAQ,KAAK;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;WAEL,OAAO,IAAI,mBAAmB;CAGjD;AAED,qBAAa,mBAAmB,CAAC,CAAC,SAAS,YAAY,GAAG,YAAY,CAAE,SAAQ,YAAY,CAAC,CAAC,CAAC;IAC3F,WAAW,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;CAIzC;AAED,qBAAa,QAAS,SAAQ,YAAY;IACtC,IAAI,EAAE,MAAM,CAAC;WAEG,OAAO,IAAI,mBAAmB;CAMjD;AAED,qBAAa,mBAAmB,CAAC,CAAC,SAAS,QAAQ,GAAG,QAAQ,CAAE,SAAQ,mBAAmB,CAAC,CAAC,CAAC;IAC1F,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAKxB,QAAQ,IAAI,IAAI;IAMhB,SAAS,CAAC,sBAAsB,IAAI,YAAY;IAWhD,SAAS,CAAC,uBAAuB,IAAI,MAAM;IAQ3C,SAAS,CAAC,uBAAuB,IAAI,YAAY;CAQpD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"graph-extension.js","sourceRoot":"","sources":["../src/graph-extension.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-activity-node-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-activity-node-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,mBAAmB,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAE9E,OAAO,EAAgB,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEvE,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAE9F,8BACsB,yBAA0B,SAAQ,kCAAkC;IACtF,UAAU,CAAC,SAAS,EAAE,mBAAmB,EAAE,gBAAgB,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,SAAS;IAIvF,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,GAAG,mBAAmB;CAMnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-activity-node-handler.js","sourceRoot":"","sources":["../../src/handler/create-activity-node-handler.ts"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,2DAA8E;AAC9E,yCAAuC;AACvC,wDAAuE;AACvE,qDAAiD;AACjD,qGAA8F;AAGvF,IAAe,yBAAyB,GAAxC,MAAe,yBAA0B,SAAQ,2EAAkC;IACtF,UAAU,CAAC,SAA8B,EAAE,gBAAwB;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,KAAK,EAAE,CAAC;IAClD,CAAC;IAES,OAAO,CAAC,KAAwB;QACtC,OAAO,8BAAY,CAAC,OAAO,EAAE;aACxB,QAAQ,CAAC,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,mBAAK,CAAC,MAAM,CAAC;aAC/B,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;aAC5B,QAAQ,CAAC,wBAAU,CAAC,UAAU,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACjE,CAAC;CACJ,CAAA;AAXqB,yBAAyB;IAD9C,IAAA,sBAAU,GAAE;GACS,yBAAyB,CAW9C;AAXqB,8DAAyB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-automated-task-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-automated-task-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,qBACa,0BAA2B,SAAQ,iBAAiB;IAC7D,cAAc,WAA+B;IAC7C,KAAK,SAAoB;cAEN,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,GAAG,eAAe;CAGxE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-automated-task-handler.js","sourceRoot":"","sources":["../../src/handler/create-automated-task-handler.ts"],"names":[],"mappings":";;;;;;;;;AAgBA,yCAAuC;AAEvC,qDAAiD;AACjD,+DAA0D;AAGnD,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,uCAAiB;IAA1D;;QACH,mBAAc,GAAG,CAAC,wBAAU,CAAC,cAAc,CAAC,CAAC;QAC7C,UAAK,GAAG,gBAAgB,CAAC;IAK7B,CAAC;IAHsB,OAAO,CAAC,KAAwB;QAC/C,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC;IACzD,CAAC;CACJ,CAAA;AAPY,0BAA0B;IADtC,IAAA,sBAAU,GAAE;GACA,0BAA0B,CAOtC;AAPY,gEAA0B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-category-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-category-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAY,mBAAmB,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AACxF,OAAO,EAAY,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEnE,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAE9F,qBAAa,qBAAsB,SAAQ,kCAAkC;IACzE,cAAc,WAAyB;IACvC,KAAK,SAAc;IAEnB,UAAU,CAAC,SAAS,EAAE,mBAAmB,EAAE,gBAAgB,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,SAAS;IAIvF,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,GAAG,mBAAmB;CAQnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-category-handler.js","sourceRoot":"","sources":["../../src/handler/create-category-handler.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,2DAAwF;AACxF,wDAAmE;AACnE,qDAAiD;AACjD,qGAA8F;AAE9F,MAAa,qBAAsB,SAAQ,2EAAkC;IAA7E;;QACI,mBAAc,GAAG,CAAC,wBAAU,CAAC,QAAQ,CAAC,CAAC;QACvC,UAAK,GAAG,UAAU,CAAC;IAcvB,CAAC;IAZG,UAAU,CAAC,SAA8B,EAAE,gBAAwB;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,KAAK,EAAE,CAAC;IAClD,CAAC;IAES,OAAO,CAAC,KAAwB;QACtC,OAAO,0BAAQ,CAAC,OAAO,EAAE;aACpB,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;aAC5B,QAAQ,CAAC,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,mBAAK,CAAC,MAAM,CAAC;aAC/B,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,0BAAQ,CAAC,CAAC,MAAM,CAAC;aACxF,OAAO,CAAC,sBAAQ,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;aACjC,QAAQ,EAAE,CAAC;IACpB,CAAC;CACJ;AAhBD,sDAgBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-decision-node-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-decision-node-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE3E,qBACa,yBAA0B,SAAQ,yBAAyB;IACpE,cAAc,WAA8B;IAC5C,KAAK,SAAmB;cAEL,OAAO,CAAC,KAAK,CAAC,EAAE,KAAK,GAAG,mBAAmB;CAGjE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-decision-node-handler.js","sourceRoot":"","sources":["../../src/handler/create-decision-node-handler.ts"],"names":[],"mappings":";;;;;;;;;AAgBA,yCAAuC;AAEvC,qDAAiD;AACjD,iFAA2E;AAGpE,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,wDAAyB;IAAjE;;QACH,mBAAc,GAAG,CAAC,wBAAU,CAAC,aAAa,CAAC,CAAC;QAC5C,UAAK,GAAG,eAAe,CAAC;IAK5B,CAAC;IAHsB,OAAO,CAAC,KAAa;QACpC,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IACxD,CAAC;CACJ,CAAA;AAPY,yBAAyB;IADrC,IAAA,sBAAU,GAAE;GACA,yBAAyB,CAOrC;AAPY,8DAAyB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-edge-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-edge-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAgB,KAAK,EAAgB,gCAAgC,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE/H,qBAAa,iBAAkB,SAAQ,gCAAgC;IACnE,KAAK,SAAU;IACf,cAAc,WAAuB;IAErC,UAAU,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,aAAa,GAAG,KAAK,GAAG,SAAS;CAG9E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-edge-handler.js","sourceRoot":"","sources":["../../src/handler/create-edge-handler.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,2DAA+H;AAE/H,MAAa,iBAAkB,SAAQ,8CAAgC;IAAvE;;QACI,UAAK,GAAG,MAAM,CAAC;QACf,mBAAc,GAAG,CAAC,0BAAY,CAAC,IAAI,CAAC,CAAC;IAKzC,CAAC;IAHG,UAAU,CAAC,MAAqB,EAAE,MAAqB;QACnD,OAAO,IAAI,0BAAY,CAAC,mBAAK,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC;IACnF,CAAC;CACJ;AAPD,8CAOC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-fork-node-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-fork-node-handler.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAC;AAGjF,qBACa,qBAAsB,SAAQ,2BAA2B;IAClE,cAAc,WAA0B;IACxC,KAAK,SAAe;CACvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-fork-node-handler.js","sourceRoot":"","sources":["../../src/handler/create-fork-node-handler.ts"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,qDAAiD;AACjD,yFAAiF;AACjF,yCAAuC;AAGhC,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,8DAA2B;IAA/D;;QACH,mBAAc,GAAG,CAAC,wBAAU,CAAC,SAAS,CAAC,CAAC;QACxC,UAAK,GAAG,WAAW,CAAC;IACxB,CAAC;CAAA,CAAA;AAHY,qBAAqB;IADjC,IAAA,sBAAU,GAAE;GACA,qBAAqB,CAGjC;AAHY,sDAAqB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-fork-or-join-node-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-fork-or-join-node-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE3E,8BACsB,2BAA4B,SAAQ,yBAAyB;cAC5D,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,GAAG,mBAAmB;CAG5E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-fork-or-join-node-handler.js","sourceRoot":"","sources":["../../src/handler/create-fork-or-join-node-handler.ts"],"names":[],"mappings":";;;;;;;;;AAgBA,yCAAuC;AAEvC,iFAA2E;AAGpE,IAAe,2BAA2B,GAA1C,MAAe,2BAA4B,SAAQ,wDAAyB;IAC5D,OAAO,CAAC,KAAwB;QAC/C,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;IACvE,CAAC;CACJ,CAAA;AAJqB,2BAA2B;IADhD,IAAA,sBAAU,GAAE;GACS,2BAA2B,CAIhD;AAJqB,kEAA2B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-join-node-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-join-node-handler.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAC;AAGjF,qBACa,qBAAsB,SAAQ,2BAA2B;IAClE,cAAc,WAA0B;IACxC,KAAK,SAAe;CACvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-join-node-handler.js","sourceRoot":"","sources":["../../src/handler/create-join-node-handler.ts"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,qDAAiD;AACjD,yFAAiF;AACjF,yCAAuC;AAGhC,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,8DAA2B;IAA/D;;QACH,mBAAc,GAAG,CAAC,wBAAU,CAAC,SAAS,CAAC,CAAC;QACxC,UAAK,GAAG,WAAW,CAAC;IACxB,CAAC;CAAA,CAAA;AAHY,qBAAqB;IADjC,IAAA,sBAAU,GAAE;GACA,qBAAqB,CAGjC;AAHY,sDAAqB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-manual-task-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-manual-task-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,qBACa,uBAAwB,SAAQ,iBAAiB;IAC1D,cAAc,WAA4B;IAC1C,KAAK,SAAiB;cAEH,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,GAAG,eAAe;CAGxE"}