@uipath/apollo-react 4.0.0 → 4.1.1

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 (247) hide show
  1. package/dist/canvas/components/AddNodePanel/AddNodePreview.cjs +4 -4
  2. package/dist/canvas/components/AddNodePanel/AddNodePreview.js +4 -4
  3. package/dist/canvas/components/AgentCanvas/AgentFlow.cjs +4 -4
  4. package/dist/canvas/components/AgentCanvas/AgentFlow.js +4 -4
  5. package/dist/canvas/components/AgentCanvas/components/PaneContextMenu.cjs +3 -3
  6. package/dist/canvas/components/AgentCanvas/components/PaneContextMenu.js +3 -3
  7. package/dist/canvas/components/AgentCanvas/components/SuggestionGroupPanel.cjs +6 -6
  8. package/dist/canvas/components/AgentCanvas/components/SuggestionGroupPanel.d.ts.map +1 -1
  9. package/dist/canvas/components/AgentCanvas/components/SuggestionGroupPanel.js +6 -6
  10. package/dist/canvas/components/AgentCanvas/components/TimelinePlayer.cjs +14 -14
  11. package/dist/canvas/components/AgentCanvas/components/TimelinePlayer.js +14 -14
  12. package/dist/canvas/components/AgentCanvas/edges/StaticEdge.cjs +8 -8
  13. package/dist/canvas/components/AgentCanvas/edges/StaticEdge.js +8 -8
  14. package/dist/canvas/components/AgentCanvas/nodes/AgentNode.cjs +12 -12
  15. package/dist/canvas/components/AgentCanvas/nodes/AgentNode.js +12 -12
  16. package/dist/canvas/components/AgentCanvas/nodes/AgentNode.styles.cjs +18 -18
  17. package/dist/canvas/components/AgentCanvas/nodes/AgentNode.styles.js +18 -18
  18. package/dist/canvas/components/AgentCanvas/nodes/ResourceNode.cjs +12 -12
  19. package/dist/canvas/components/AgentCanvas/nodes/ResourceNode.d.ts.map +1 -1
  20. package/dist/canvas/components/AgentCanvas/nodes/ResourceNode.js +12 -12
  21. package/dist/canvas/components/BaseCanvas/BaseCanvas.constants.cjs +2 -2
  22. package/dist/canvas/components/BaseCanvas/BaseCanvas.constants.d.ts +2 -2
  23. package/dist/canvas/components/BaseCanvas/BaseCanvas.constants.js +2 -2
  24. package/dist/canvas/components/BaseCanvas/PanShortcutTeachingUI.cjs +2 -2
  25. package/dist/canvas/components/BaseCanvas/PanShortcutTeachingUI.js +2 -2
  26. package/dist/canvas/components/BaseNode/BaseNode.cjs +2 -2
  27. package/dist/canvas/components/BaseNode/BaseNode.js +2 -2
  28. package/dist/canvas/components/BaseNode/BaseNode.styles.cjs +24 -24
  29. package/dist/canvas/components/BaseNode/BaseNode.styles.d.ts.map +1 -1
  30. package/dist/canvas/components/BaseNode/BaseNode.styles.js +24 -24
  31. package/dist/canvas/components/BlankCanvasNode/BlankCanvasNode.cjs +1 -1
  32. package/dist/canvas/components/BlankCanvasNode/BlankCanvasNode.js +1 -1
  33. package/dist/canvas/components/BlankCanvasNode/BlankCanvasNode.styles.cjs +6 -6
  34. package/dist/canvas/components/BlankCanvasNode/BlankCanvasNode.styles.js +6 -6
  35. package/dist/canvas/components/ButtonHandle/ButtonHandle.cjs +1 -1
  36. package/dist/canvas/components/ButtonHandle/ButtonHandle.js +1 -1
  37. package/dist/canvas/components/ButtonHandle/ButtonHandle.styles.cjs +11 -11
  38. package/dist/canvas/components/ButtonHandle/ButtonHandle.styles.js +11 -11
  39. package/dist/canvas/components/ButtonHandle/SmartHandle.cjs +1 -1
  40. package/dist/canvas/components/ButtonHandle/SmartHandle.d.ts.map +1 -1
  41. package/dist/canvas/components/ButtonHandle/SmartHandle.js +1 -1
  42. package/dist/canvas/components/CodedAgent/CodedAgentFlow.cjs +6 -6
  43. package/dist/canvas/components/CodedAgent/CodedAgentFlow.d.ts.map +1 -1
  44. package/dist/canvas/components/CodedAgent/CodedAgentFlow.js +6 -6
  45. package/dist/canvas/components/Edges/EdgeUtils.cjs +14 -14
  46. package/dist/canvas/components/Edges/EdgeUtils.js +14 -14
  47. package/dist/canvas/components/Edges/SequenceEdge.cjs +11 -11
  48. package/dist/canvas/components/Edges/SequenceEdge.js +11 -11
  49. package/dist/canvas/components/FloatingCanvasPanel/FloatingCanvasPanel.cjs +4 -4
  50. package/dist/canvas/components/FloatingCanvasPanel/FloatingCanvasPanel.d.ts.map +1 -1
  51. package/dist/canvas/components/FloatingCanvasPanel/FloatingCanvasPanel.js +4 -4
  52. package/dist/canvas/components/FloatingCanvasPanel/PanelChrome.cjs +5 -5
  53. package/dist/canvas/components/FloatingCanvasPanel/PanelChrome.js +5 -5
  54. package/dist/canvas/components/GroupNode/GroupNode.styles.cjs +19 -19
  55. package/dist/canvas/components/GroupNode/GroupNode.styles.js +19 -19
  56. package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvas.cjs +2 -2
  57. package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvas.js +2 -2
  58. package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvasWithControls.cjs +3 -3
  59. package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvasWithControls.js +3 -3
  60. package/dist/canvas/components/MiniCanvasNavigator/MiniCanvasNavigator.cjs +2 -2
  61. package/dist/canvas/components/MiniCanvasNavigator/MiniCanvasNavigator.js +2 -2
  62. package/dist/canvas/components/NodeInspector.cjs +4 -4
  63. package/dist/canvas/components/NodeInspector.js +4 -4
  64. package/dist/canvas/components/NodePropertiesPanel/NodePropertiesPanel.styles.cjs +30 -30
  65. package/dist/canvas/components/NodePropertiesPanel/NodePropertiesPanel.styles.js +30 -30
  66. package/dist/canvas/components/StageNode/StageConnectionEdge.cjs +1 -1
  67. package/dist/canvas/components/StageNode/StageConnectionEdge.js +1 -1
  68. package/dist/canvas/components/StageNode/StageEdge.cjs +7 -7
  69. package/dist/canvas/components/StageNode/StageEdge.js +7 -7
  70. package/dist/canvas/components/StageNode/StageNode.styles.cjs +34 -34
  71. package/dist/canvas/components/StageNode/StageNode.styles.js +34 -34
  72. package/dist/canvas/components/StageNode/TaskContent.cjs +1 -1
  73. package/dist/canvas/components/StageNode/TaskContent.js +1 -1
  74. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.styles.cjs +20 -20
  75. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.styles.d.ts.map +1 -1
  76. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.styles.js +20 -20
  77. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.types.cjs +1 -1
  78. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.types.d.ts +1 -1
  79. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.types.js +1 -1
  80. package/dist/canvas/components/TaskIcon/TaskIcon.styles.cjs +1 -1
  81. package/dist/canvas/components/TaskIcon/TaskIcon.styles.js +1 -1
  82. package/dist/canvas/components/Toolbar/EdgeToolbar/EdgeToolbar.styles.cjs +2 -2
  83. package/dist/canvas/components/Toolbar/EdgeToolbar/EdgeToolbar.styles.js +2 -2
  84. package/dist/canvas/components/Toolbar/NodeToolbar/NodeToolbar.styles.cjs +9 -9
  85. package/dist/canvas/components/Toolbar/NodeToolbar/NodeToolbar.styles.js +9 -9
  86. package/dist/canvas/components/Toolbar/shared/ToolbarButton.styles.cjs +3 -3
  87. package/dist/canvas/components/Toolbar/shared/ToolbarButton.styles.js +3 -3
  88. package/dist/canvas/components/Toolbox/ListView.cjs +3 -3
  89. package/dist/canvas/components/Toolbox/ListView.js +3 -3
  90. package/dist/canvas/components/Toolbox/ListView.styles.cjs +7 -7
  91. package/dist/canvas/components/Toolbox/ListView.styles.js +7 -7
  92. package/dist/canvas/components/Toolbox/SearchBox.styles.cjs +8 -8
  93. package/dist/canvas/components/Toolbox/SearchBox.styles.js +8 -8
  94. package/dist/canvas/components/Toolbox/Toolbox.styles.cjs +2 -2
  95. package/dist/canvas/components/Toolbox/Toolbox.styles.js +2 -2
  96. package/dist/canvas/components/TriggerNode/TriggerNode.styles.cjs +15 -15
  97. package/dist/canvas/components/TriggerNode/TriggerNode.styles.js +15 -15
  98. package/dist/canvas/styles/execution-status.cjs +10 -10
  99. package/dist/canvas/styles/execution-status.js +10 -10
  100. package/dist/canvas/styles/tailwind.canvas.css +1 -1
  101. package/dist/canvas/styles/variables.css +67 -32
  102. package/dist/canvas/utils/adornment-resolver.cjs +2 -2
  103. package/dist/canvas/utils/adornment-resolver.js +2 -2
  104. package/dist/canvas/utils/coded-agents/mermaid-parser.cjs +1 -1
  105. package/dist/canvas/utils/coded-agents/mermaid-parser.js +1 -1
  106. package/dist/canvas/utils/createPreviewNode.cjs +1 -1
  107. package/dist/canvas/utils/createPreviewNode.js +1 -1
  108. package/dist/canvas/utils/export-canvas.cjs +1 -1
  109. package/dist/canvas/utils/export-canvas.d.ts.map +1 -1
  110. package/dist/canvas/utils/export-canvas.js +1 -1
  111. package/package.json +2 -2
  112. package/dist/canvas/components/AddNodePanel/AddNodePanel.stories.cjs +0 -429
  113. package/dist/canvas/components/AddNodePanel/AddNodePanel.stories.d.ts +0 -11
  114. package/dist/canvas/components/AddNodePanel/AddNodePanel.stories.d.ts.map +0 -1
  115. package/dist/canvas/components/AddNodePanel/AddNodePanel.stories.js +0 -380
  116. package/dist/canvas/components/AgentCanvas/AgentFlow.stories.cjs +0 -2209
  117. package/dist/canvas/components/AgentCanvas/AgentFlow.stories.d.ts +0 -11
  118. package/dist/canvas/components/AgentCanvas/AgentFlow.stories.d.ts.map +0 -1
  119. package/dist/canvas/components/AgentCanvas/AgentFlow.stories.js +0 -2160
  120. package/dist/canvas/components/AgentCanvas/components/TimelinePlayer.stories.cjs +0 -246
  121. package/dist/canvas/components/AgentCanvas/components/TimelinePlayer.stories.d.ts +0 -10
  122. package/dist/canvas/components/AgentCanvas/components/TimelinePlayer.stories.d.ts.map +0 -1
  123. package/dist/canvas/components/AgentCanvas/components/TimelinePlayer.stories.js +0 -200
  124. package/dist/canvas/components/BaseCanvas/BaseCanvas.stories.cjs +0 -981
  125. package/dist/canvas/components/BaseCanvas/BaseCanvas.stories.d.ts +0 -12
  126. package/dist/canvas/components/BaseCanvas/BaseCanvas.stories.d.ts.map +0 -1
  127. package/dist/canvas/components/BaseCanvas/BaseCanvas.stories.js +0 -929
  128. package/dist/canvas/components/BaseNode/BaseNode.stories.cjs +0 -1150
  129. package/dist/canvas/components/BaseNode/BaseNode.stories.d.ts +0 -11
  130. package/dist/canvas/components/BaseNode/BaseNode.stories.d.ts.map +0 -1
  131. package/dist/canvas/components/BaseNode/BaseNode.stories.js +0 -1101
  132. package/dist/canvas/components/ButtonHandle/ButtonHandle.stories.cjs +0 -969
  133. package/dist/canvas/components/ButtonHandle/ButtonHandle.stories.d.ts +0 -9
  134. package/dist/canvas/components/ButtonHandle/ButtonHandle.stories.d.ts.map +0 -1
  135. package/dist/canvas/components/ButtonHandle/ButtonHandle.stories.js +0 -926
  136. package/dist/canvas/components/ButtonHandle/SmartHandle.stories.cjs +0 -608
  137. package/dist/canvas/components/ButtonHandle/SmartHandle.stories.d.ts +0 -8
  138. package/dist/canvas/components/ButtonHandle/SmartHandle.stories.d.ts.map +0 -1
  139. package/dist/canvas/components/ButtonHandle/SmartHandle.stories.js +0 -568
  140. package/dist/canvas/components/CanvasPerformance.stories.cjs +0 -349
  141. package/dist/canvas/components/CanvasPerformance.stories.d.ts +0 -6
  142. package/dist/canvas/components/CanvasPerformance.stories.d.ts.map +0 -1
  143. package/dist/canvas/components/CanvasPerformance.stories.js +0 -312
  144. package/dist/canvas/components/CodedAgent/CodedAgentFlow.stories.cjs +0 -119
  145. package/dist/canvas/components/CodedAgent/CodedAgentFlow.stories.d.ts +0 -10
  146. package/dist/canvas/components/CodedAgent/CodedAgentFlow.stories.d.ts.map +0 -1
  147. package/dist/canvas/components/CodedAgent/CodedAgentFlow.stories.js +0 -73
  148. package/dist/canvas/components/CollapseConfig/CollapseConfig.stories.cjs +0 -518
  149. package/dist/canvas/components/CollapseConfig/CollapseConfig.stories.d.ts +0 -6
  150. package/dist/canvas/components/CollapseConfig/CollapseConfig.stories.d.ts.map +0 -1
  151. package/dist/canvas/components/CollapseConfig/CollapseConfig.stories.js +0 -481
  152. package/dist/canvas/components/Edges/SequenceEdge.stories.cjs +0 -1073
  153. package/dist/canvas/components/Edges/SequenceEdge.stories.d.ts +0 -10
  154. package/dist/canvas/components/Edges/SequenceEdge.stories.d.ts.map +0 -1
  155. package/dist/canvas/components/Edges/SequenceEdge.stories.js +0 -1024
  156. package/dist/canvas/components/Edges/XyFlowEdgeComparison.stories.cjs +0 -796
  157. package/dist/canvas/components/Edges/XyFlowEdgeComparison.stories.d.ts +0 -7
  158. package/dist/canvas/components/Edges/XyFlowEdgeComparison.stories.d.ts.map +0 -1
  159. package/dist/canvas/components/Edges/XyFlowEdgeComparison.stories.js +0 -756
  160. package/dist/canvas/components/ExecutionStatusIcon/ExecutionStatusIcon.stories.cjs +0 -245
  161. package/dist/canvas/components/ExecutionStatusIcon/ExecutionStatusIcon.stories.d.ts +0 -30
  162. package/dist/canvas/components/ExecutionStatusIcon/ExecutionStatusIcon.stories.d.ts.map +0 -1
  163. package/dist/canvas/components/ExecutionStatusIcon/ExecutionStatusIcon.stories.js +0 -208
  164. package/dist/canvas/components/Flow.stories.cjs +0 -778
  165. package/dist/canvas/components/Flow.stories.d.ts +0 -11
  166. package/dist/canvas/components/Flow.stories.d.ts.map +0 -1
  167. package/dist/canvas/components/Flow.stories.js +0 -725
  168. package/dist/canvas/components/GroupNode/GroupNode.stories.cjs +0 -837
  169. package/dist/canvas/components/GroupNode/GroupNode.stories.d.ts +0 -12
  170. package/dist/canvas/components/GroupNode/GroupNode.stories.d.ts.map +0 -1
  171. package/dist/canvas/components/GroupNode/GroupNode.stories.js +0 -782
  172. package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvas.stories.cjs +0 -88
  173. package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvas.stories.d.ts +0 -7
  174. package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvas.stories.d.ts.map +0 -1
  175. package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvas.stories.js +0 -51
  176. package/dist/canvas/components/NodeInspector.stories.cjs +0 -229
  177. package/dist/canvas/components/NodeInspector.stories.d.ts +0 -20
  178. package/dist/canvas/components/NodeInspector.stories.d.ts.map +0 -1
  179. package/dist/canvas/components/NodeInspector.stories.js +0 -192
  180. package/dist/canvas/components/NodePropertiesPanel/NodePropertiesPanel.stories.cjs +0 -122
  181. package/dist/canvas/components/NodePropertiesPanel/NodePropertiesPanel.stories.d.ts +0 -7
  182. package/dist/canvas/components/NodePropertiesPanel/NodePropertiesPanel.stories.d.ts.map +0 -1
  183. package/dist/canvas/components/NodePropertiesPanel/NodePropertiesPanel.stories.js +0 -85
  184. package/dist/canvas/components/StageNode/StageNode.stories.cjs +0 -2690
  185. package/dist/canvas/components/StageNode/StageNode.stories.d.ts +0 -17
  186. package/dist/canvas/components/StageNode/StageNode.stories.d.ts.map +0 -1
  187. package/dist/canvas/components/StageNode/StageNode.stories.js +0 -2623
  188. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.stories.cjs +0 -552
  189. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.stories.d.ts +0 -8
  190. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.stories.d.ts.map +0 -1
  191. package/dist/canvas/components/StickyNoteNode/StickyNoteNode.stories.js +0 -509
  192. package/dist/canvas/components/TaskIcon/TaskIcon.stories.cjs +0 -109
  193. package/dist/canvas/components/TaskIcon/TaskIcon.stories.d.ts +0 -10
  194. package/dist/canvas/components/TaskIcon/TaskIcon.stories.d.ts.map +0 -1
  195. package/dist/canvas/components/TaskIcon/TaskIcon.stories.js +0 -72
  196. package/dist/canvas/components/Toolbar/NodeToolbar/NodeToolbar.stories.cjs +0 -283
  197. package/dist/canvas/components/Toolbar/NodeToolbar/NodeToolbar.stories.d.ts +0 -7
  198. package/dist/canvas/components/Toolbar/NodeToolbar/NodeToolbar.stories.d.ts.map +0 -1
  199. package/dist/canvas/components/Toolbar/NodeToolbar/NodeToolbar.stories.js +0 -243
  200. package/dist/canvas/components/TriggerNode/TriggerNode.stories.cjs +0 -270
  201. package/dist/canvas/components/TriggerNode/TriggerNode.stories.d.ts +0 -16
  202. package/dist/canvas/components/TriggerNode/TriggerNode.stories.d.ts.map +0 -1
  203. package/dist/canvas/components/TriggerNode/TriggerNode.stories.js +0 -233
  204. package/dist/canvas/controls/Breadcrumb/Breadcrumb.stories.cjs +0 -76
  205. package/dist/canvas/controls/Breadcrumb/Breadcrumb.stories.d.ts +0 -7
  206. package/dist/canvas/controls/Breadcrumb/Breadcrumb.stories.d.ts.map +0 -1
  207. package/dist/canvas/controls/Breadcrumb/Breadcrumb.stories.js +0 -39
  208. package/dist/canvas/icons/Icons.stories.cjs +0 -207
  209. package/dist/canvas/icons/Icons.stories.d.ts +0 -6
  210. package/dist/canvas/icons/Icons.stories.d.ts.map +0 -1
  211. package/dist/canvas/icons/Icons.stories.js +0 -167
  212. package/dist/canvas/layouts/Column.stories.cjs +0 -716
  213. package/dist/canvas/layouts/Column.stories.d.ts +0 -14
  214. package/dist/canvas/layouts/Column.stories.d.ts.map +0 -1
  215. package/dist/canvas/layouts/Column.stories.js +0 -658
  216. package/dist/canvas/layouts/Grid.stories.cjs +0 -1033
  217. package/dist/canvas/layouts/Grid.stories.d.ts +0 -19
  218. package/dist/canvas/layouts/Grid.stories.d.ts.map +0 -1
  219. package/dist/canvas/layouts/Grid.stories.js +0 -960
  220. package/dist/canvas/layouts/Row.stories.cjs +0 -687
  221. package/dist/canvas/layouts/Row.stories.d.ts +0 -14
  222. package/dist/canvas/layouts/Row.stories.d.ts.map +0 -1
  223. package/dist/canvas/layouts/Row.stories.js +0 -629
  224. package/dist/canvas/storybook-utils/components/StoryInfoPanel.cjs +0 -100
  225. package/dist/canvas/storybook-utils/components/StoryInfoPanel.js +0 -66
  226. package/dist/canvas/storybook-utils/components/index.cjs +0 -58
  227. package/dist/canvas/storybook-utils/components/index.js +0 -1
  228. package/dist/canvas/storybook-utils/decorators.cjs +0 -101
  229. package/dist/canvas/storybook-utils/decorators.js +0 -64
  230. package/dist/canvas/storybook-utils/hooks/index.cjs +0 -58
  231. package/dist/canvas/storybook-utils/hooks/index.js +0 -1
  232. package/dist/canvas/storybook-utils/hooks/useCanvasStory.cjs +0 -118
  233. package/dist/canvas/storybook-utils/hooks/useCanvasStory.js +0 -81
  234. package/dist/canvas/storybook-utils/index.cjs +0 -86
  235. package/dist/canvas/storybook-utils/index.js +0 -5
  236. package/dist/canvas/storybook-utils/manifests/category-definitions.cjs +0 -220
  237. package/dist/canvas/storybook-utils/manifests/category-definitions.js +0 -186
  238. package/dist/canvas/storybook-utils/manifests/index.cjs +0 -82
  239. package/dist/canvas/storybook-utils/manifests/index.js +0 -10
  240. package/dist/canvas/storybook-utils/manifests/node-definitions.cjs +0 -1133
  241. package/dist/canvas/storybook-utils/manifests/node-definitions.js +0 -1099
  242. package/dist/canvas/storybook-utils/mocks/index.cjs +0 -65
  243. package/dist/canvas/storybook-utils/mocks/index.js +0 -2
  244. package/dist/canvas/storybook-utils/mocks/nodes.cjs +0 -237
  245. package/dist/canvas/storybook-utils/mocks/nodes.js +0 -191
  246. package/dist/canvas/storybook-utils/mocks/resources.cjs +0 -296
  247. package/dist/canvas/storybook-utils/mocks/resources.js +0 -238
@@ -1,1133 +0,0 @@
1
- "use strict";
2
- var __webpack_require__ = {};
3
- (()=>{
4
- __webpack_require__.d = (exports1, definition)=>{
5
- for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
- enumerable: true,
7
- get: definition[key]
8
- });
9
- };
10
- })();
11
- (()=>{
12
- __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
- })();
14
- (()=>{
15
- __webpack_require__.r = (exports1)=>{
16
- if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
- value: 'Module'
18
- });
19
- Object.defineProperty(exports1, '__esModule', {
20
- value: true
21
- });
22
- };
23
- })();
24
- var __webpack_exports__ = {};
25
- __webpack_require__.r(__webpack_exports__);
26
- __webpack_require__.d(__webpack_exports__, {
27
- allNodeManifests: ()=>allNodeManifests
28
- });
29
- const allNodeManifests = [
30
- {
31
- nodeType: 'uipath.first-run',
32
- version: '1.0.0',
33
- category: 'trigger',
34
- tags: [
35
- 'trigger',
36
- 'start'
37
- ],
38
- sortOrder: 0,
39
- display: {
40
- label: 'Add trigger',
41
- icon: 'plus',
42
- shape: 'circle'
43
- },
44
- handleConfiguration: []
45
- },
46
- {
47
- nodeType: 'uipath.blank-node',
48
- version: '1.0.0',
49
- category: 'recommended',
50
- tags: [
51
- 'blank',
52
- 'todo'
53
- ],
54
- sortOrder: 2,
55
- display: {
56
- label: 'Blank',
57
- icon: 'construction'
58
- },
59
- handleConfiguration: [
60
- {
61
- position: 'left',
62
- handles: [
63
- {
64
- id: 'input',
65
- type: 'target',
66
- handleType: 'input'
67
- }
68
- ],
69
- visible: true
70
- },
71
- {
72
- position: 'right',
73
- handles: [
74
- {
75
- id: 'output',
76
- type: 'source',
77
- handleType: 'output'
78
- }
79
- ],
80
- visible: true
81
- }
82
- ]
83
- },
84
- {
85
- nodeType: 'uipath.timer-activity',
86
- version: '1.0.0',
87
- category: 'control-flow',
88
- tags: [
89
- 'control',
90
- 'flow',
91
- 'logic',
92
- 'if',
93
- 'switch',
94
- 'loop'
95
- ],
96
- sortOrder: 20,
97
- description: 'Pause workflow execution for a specified duration before continuing to the next step',
98
- display: {
99
- label: 'Delay',
100
- icon: 'timer'
101
- },
102
- handleConfiguration: [
103
- {
104
- position: 'left',
105
- handles: [
106
- {
107
- id: 'input',
108
- type: 'target',
109
- handleType: 'input'
110
- }
111
- ]
112
- },
113
- {
114
- position: 'right',
115
- handles: [
116
- {
117
- id: 'output',
118
- type: 'source',
119
- handleType: 'output'
120
- }
121
- ]
122
- }
123
- ]
124
- },
125
- {
126
- nodeType: 'uipath.timer-trigger',
127
- version: '1.0.0',
128
- category: 'trigger',
129
- tags: [
130
- 'trigger',
131
- 'start',
132
- 'event'
133
- ],
134
- sortOrder: 40,
135
- display: {
136
- label: 'Schedule trigger',
137
- icon: 'timer',
138
- shape: 'circle'
139
- },
140
- handleConfiguration: [
141
- {
142
- position: 'right',
143
- handles: [
144
- {
145
- id: 'output',
146
- type: 'source',
147
- handleType: 'output'
148
- }
149
- ]
150
- }
151
- ]
152
- },
153
- {
154
- nodeType: 'uipath.control-flow.decision',
155
- version: '1',
156
- category: 'control-flow',
157
- tags: [
158
- 'control-flow',
159
- 'if',
160
- 'loop',
161
- 'switch'
162
- ],
163
- sortOrder: 1,
164
- description: 'Evaluate a condition and branch the workflow into true or false paths',
165
- display: {
166
- label: 'Decision',
167
- icon: 'decision'
168
- },
169
- handleConfiguration: [
170
- {
171
- position: 'left',
172
- handles: [
173
- {
174
- id: 'input',
175
- type: 'target',
176
- handleType: 'input',
177
- constraints: {
178
- forbiddenSourceCategories: [
179
- 'trigger'
180
- ],
181
- validationMessage: 'Control flow cannot be directly triggered or accept configuration nodes'
182
- }
183
- }
184
- ],
185
- visible: true
186
- },
187
- {
188
- position: 'right',
189
- handles: [
190
- {
191
- id: 'true',
192
- type: 'source',
193
- handleType: 'output',
194
- label: 'True',
195
- constraints: {
196
- forbiddenTargetCategories: [
197
- 'trigger'
198
- ],
199
- forbiddenTargets: [
200
- {
201
- nodeType: 'uipath.agent.resource.memory'
202
- },
203
- {
204
- nodeType: 'uipath.agent.resource.escalation'
205
- },
206
- {
207
- nodeType: 'uipath.agent.resource.context'
208
- },
209
- {
210
- nodeType: 'uipath.agent.resource.tool'
211
- }
212
- ]
213
- }
214
- },
215
- {
216
- id: 'false',
217
- type: 'source',
218
- handleType: 'output',
219
- label: 'False',
220
- constraints: {
221
- forbiddenTargetCategories: [
222
- 'trigger'
223
- ],
224
- forbiddenTargets: [
225
- {
226
- nodeType: 'uipath.agent.resource.memory'
227
- },
228
- {
229
- nodeType: 'uipath.agent.resource.escalation'
230
- },
231
- {
232
- nodeType: 'uipath.agent.resource.context'
233
- },
234
- {
235
- nodeType: 'uipath.agent.resource.tool'
236
- }
237
- ]
238
- }
239
- }
240
- ],
241
- visible: true
242
- }
243
- ]
244
- },
245
- {
246
- nodeType: 'uipath.control-flow.switch',
247
- version: '1',
248
- category: 'control-flow',
249
- tags: [
250
- 'control-flow',
251
- 'switch'
252
- ],
253
- sortOrder: 2,
254
- display: {
255
- label: 'Switch',
256
- icon: 'switch'
257
- },
258
- handleConfiguration: [
259
- {
260
- position: 'left',
261
- handles: [
262
- {
263
- id: 'input',
264
- type: 'target',
265
- handleType: 'input'
266
- }
267
- ],
268
- visible: true
269
- },
270
- {
271
- position: 'right',
272
- handles: [
273
- {
274
- id: 'output',
275
- type: 'source',
276
- handleType: 'output'
277
- }
278
- ],
279
- visible: true
280
- }
281
- ]
282
- },
283
- {
284
- nodeType: 'uipath.manual-trigger',
285
- version: '1',
286
- category: 'trigger',
287
- tags: [
288
- 'trigger',
289
- 'manual'
290
- ],
291
- sortOrder: 1,
292
- display: {
293
- label: 'Manual trigger',
294
- icon: 'play',
295
- shape: 'circle'
296
- },
297
- handleConfiguration: [
298
- {
299
- position: 'right',
300
- handles: [
301
- {
302
- id: 'output',
303
- type: 'source',
304
- handleType: 'output',
305
- showButton: true,
306
- constraints: {
307
- forbiddenTargets: [
308
- {
309
- nodeType: 'uipath.trigger.*'
310
- },
311
- {
312
- nodeType: 'uipath.agent-model'
313
- },
314
- {
315
- nodeType: 'uipath.agent-prompt'
316
- },
317
- {
318
- nodeType: 'uipath.agent-tool'
319
- }
320
- ],
321
- forbiddenTargetCategories: [
322
- 'trigger'
323
- ],
324
- minConnections: 1,
325
- validationMessage: 'Trigger must connect to at least one workflow node (not configuration nodes)'
326
- }
327
- }
328
- ],
329
- visible: true
330
- }
331
- ]
332
- },
333
- {
334
- nodeType: 'uipath.control-flow.foreach',
335
- version: '1',
336
- category: 'control-flow',
337
- tags: [
338
- 'control-flow',
339
- 'loop',
340
- 'iteration'
341
- ],
342
- sortOrder: 3,
343
- display: {
344
- label: 'For Each',
345
- icon: 'repeat'
346
- },
347
- handleConfiguration: [
348
- {
349
- position: 'left',
350
- handles: [
351
- {
352
- id: 'input',
353
- type: 'target',
354
- handleType: 'input'
355
- }
356
- ]
357
- },
358
- {
359
- position: 'right',
360
- handles: [
361
- {
362
- id: 'success',
363
- label: 'Completed',
364
- type: 'source',
365
- handleType: 'output'
366
- },
367
- {
368
- id: 'body',
369
- label: 'Body',
370
- type: 'source',
371
- handleType: 'output'
372
- }
373
- ]
374
- }
375
- ]
376
- },
377
- {
378
- nodeType: 'uipath.control-flow.while',
379
- version: '1',
380
- category: 'control-flow',
381
- tags: [
382
- 'control-flow',
383
- 'loop',
384
- 'while'
385
- ],
386
- sortOrder: 4,
387
- display: {
388
- label: 'While',
389
- icon: 'repeat'
390
- },
391
- handleConfiguration: [
392
- {
393
- position: 'left',
394
- handles: [
395
- {
396
- id: 'input',
397
- type: 'target',
398
- handleType: 'input'
399
- },
400
- {
401
- id: 'loopBack',
402
- type: 'target',
403
- handleType: 'input'
404
- }
405
- ]
406
- },
407
- {
408
- position: 'right',
409
- handles: [
410
- {
411
- id: 'success',
412
- label: 'Completed',
413
- type: 'source',
414
- handleType: 'output'
415
- },
416
- {
417
- id: 'body',
418
- label: 'Body',
419
- type: 'source',
420
- handleType: 'output'
421
- }
422
- ]
423
- }
424
- ]
425
- },
426
- {
427
- nodeType: 'uipath.control-flow.try-catch',
428
- version: '1',
429
- category: 'control-flow',
430
- tags: [
431
- 'control-flow',
432
- 'error',
433
- 'exception'
434
- ],
435
- sortOrder: 5,
436
- display: {
437
- label: 'Try-Catch',
438
- icon: 'shield-alert'
439
- },
440
- handleConfiguration: [
441
- {
442
- position: 'left',
443
- handles: [
444
- {
445
- id: 'input',
446
- type: 'target',
447
- handleType: 'input',
448
- constraints: {
449
- maxConnections: 1,
450
- forbiddenSourceCategories: [
451
- 'trigger'
452
- ]
453
- }
454
- }
455
- ]
456
- },
457
- {
458
- position: 'right',
459
- handles: [
460
- {
461
- id: 'try',
462
- label: 'Try',
463
- type: 'source',
464
- handleType: 'output',
465
- constraints: {
466
- minConnections: 1,
467
- forbiddenTargetCategories: [
468
- 'trigger'
469
- ],
470
- validationMessage: 'Try block must be connected'
471
- }
472
- },
473
- {
474
- id: 'catch',
475
- label: "Catch ({errorType || 'Any'})",
476
- type: 'source',
477
- handleType: 'output',
478
- constraints: {
479
- forbiddenTargetCategories: [
480
- 'trigger'
481
- ]
482
- }
483
- },
484
- {
485
- id: 'finally',
486
- label: 'Finally',
487
- type: 'source',
488
- handleType: 'output',
489
- constraints: {
490
- forbiddenTargetCategories: [
491
- 'trigger'
492
- ]
493
- }
494
- }
495
- ]
496
- }
497
- ]
498
- },
499
- {
500
- nodeType: 'uipath.control-flow.parallel',
501
- version: '1',
502
- category: 'control-flow',
503
- tags: [
504
- 'control-flow',
505
- 'parallel',
506
- 'concurrent'
507
- ],
508
- sortOrder: 6,
509
- display: {
510
- label: 'Parallel',
511
- icon: 'git-fork'
512
- },
513
- handleConfiguration: [
514
- {
515
- position: 'left',
516
- handles: [
517
- {
518
- id: 'input',
519
- type: 'target',
520
- handleType: 'input'
521
- }
522
- ]
523
- },
524
- {
525
- position: 'right',
526
- handles: [
527
- {
528
- id: 'branch1',
529
- label: "{parameters.branch1Label || 'Branch 1'}",
530
- type: 'source',
531
- handleType: 'output'
532
- },
533
- {
534
- id: 'branch2',
535
- label: "{parameters.branch2Label || 'Branch 2'}",
536
- type: 'source',
537
- handleType: 'output'
538
- },
539
- {
540
- id: 'branch3',
541
- label: "{parameters.branch3Label || 'Branch 3'}",
542
- type: 'source',
543
- handleType: 'output'
544
- }
545
- ]
546
- }
547
- ]
548
- },
549
- {
550
- nodeType: 'uipath.control-flow.terminate',
551
- version: '1',
552
- category: 'control-flow',
553
- tags: [
554
- 'control-flow',
555
- 'end',
556
- 'stop'
557
- ],
558
- sortOrder: 99,
559
- display: {
560
- label: 'Terminate',
561
- icon: 'octagon',
562
- shape: 'circle'
563
- },
564
- handleConfiguration: [
565
- {
566
- position: 'left',
567
- handles: [
568
- {
569
- id: 'input',
570
- type: 'target',
571
- handleType: 'input',
572
- constraints: {
573
- maxConnections: 1,
574
- forbiddenSources: [
575
- {
576
- nodeType: 'uipath.trigger.*'
577
- }
578
- ],
579
- forbiddenSourceCategories: [
580
- 'trigger'
581
- ],
582
- validationMessage: 'Terminate cannot be directly connected to triggers'
583
- }
584
- }
585
- ]
586
- }
587
- ]
588
- },
589
- {
590
- nodeType: 'uipath.data.transform',
591
- version: '1',
592
- category: 'data-operations',
593
- tags: [
594
- 'data',
595
- 'transformation'
596
- ],
597
- sortOrder: 2,
598
- display: {
599
- label: 'Transform',
600
- icon: 'rotate-cw'
601
- },
602
- handleConfiguration: [
603
- {
604
- position: 'left',
605
- handles: [
606
- {
607
- id: 'input',
608
- type: 'target',
609
- handleType: 'input'
610
- }
611
- ]
612
- },
613
- {
614
- position: 'right',
615
- handles: [
616
- {
617
- id: 'output',
618
- type: 'source',
619
- handleType: 'output'
620
- }
621
- ]
622
- }
623
- ]
624
- },
625
- {
626
- nodeType: 'uipath.agent.resource.memory',
627
- version: '1',
628
- category: 'agent-memory',
629
- tags: [
630
- 'agentic',
631
- 'ai',
632
- 'memory'
633
- ],
634
- sortOrder: 0,
635
- display: {
636
- label: 'Agent Memory',
637
- icon: 'database',
638
- shape: 'circle'
639
- },
640
- handleConfiguration: [
641
- {
642
- position: 'bottom',
643
- handles: [
644
- {
645
- id: 'input',
646
- type: 'target',
647
- handleType: 'artifact',
648
- constraints: {
649
- allowedSources: [
650
- {
651
- nodeType: 'uipath.agent',
652
- handleId: 'memory'
653
- }
654
- ],
655
- validationMessage: "Agent Memory can only connect to Agent node's memory input"
656
- }
657
- }
658
- ]
659
- }
660
- ]
661
- },
662
- {
663
- nodeType: 'uipath.agent.resource.escalation',
664
- version: '1',
665
- category: 'agent-escalation',
666
- tags: [
667
- 'agentic',
668
- 'ai',
669
- 'escalation'
670
- ],
671
- sortOrder: 0,
672
- display: {
673
- label: 'Agent Escalation',
674
- icon: 'person-standing',
675
- shape: 'circle'
676
- },
677
- handleConfiguration: [
678
- {
679
- position: 'bottom',
680
- handles: [
681
- {
682
- id: 'input',
683
- type: 'target',
684
- handleType: 'artifact',
685
- constraints: {
686
- allowedSources: [
687
- {
688
- nodeType: 'uipath.agent',
689
- handleId: 'escalation'
690
- }
691
- ],
692
- validationMessage: "Agent Escalation can only connect to Agent node's escalation input"
693
- }
694
- }
695
- ]
696
- }
697
- ]
698
- },
699
- {
700
- nodeType: 'uipath.agent.resource.context',
701
- version: '1',
702
- category: 'agent-context',
703
- tags: [
704
- 'agentic',
705
- 'ai',
706
- 'context'
707
- ],
708
- sortOrder: 0,
709
- display: {
710
- label: 'Context',
711
- icon: 'message-square',
712
- shape: 'circle'
713
- },
714
- handleConfiguration: [
715
- {
716
- position: 'top',
717
- handles: [
718
- {
719
- id: 'input',
720
- type: 'target',
721
- handleType: 'artifact',
722
- constraints: {
723
- allowedSources: [
724
- {
725
- nodeType: 'uipath.agent',
726
- handleId: 'context'
727
- }
728
- ],
729
- validationMessage: "Agent Context can only connect to Agent node's context input"
730
- }
731
- }
732
- ]
733
- }
734
- ]
735
- },
736
- {
737
- nodeType: 'uipath.agent.resource.tool',
738
- version: '1',
739
- category: 'agent-tools',
740
- tags: [
741
- 'agentic',
742
- 'ai',
743
- 'tools',
744
- 'functions'
745
- ],
746
- sortOrder: 0,
747
- display: {
748
- label: 'Agent Tools',
749
- icon: 'wrench',
750
- shape: 'circle'
751
- },
752
- handleConfiguration: [
753
- {
754
- position: 'top',
755
- handles: [
756
- {
757
- id: 'input',
758
- type: 'target',
759
- handleType: 'artifact',
760
- constraints: {
761
- allowedSources: [
762
- {
763
- nodeType: 'uipath.agent',
764
- handleId: 'tools'
765
- }
766
- ],
767
- validationMessage: "Agent Tools can only connect to Agent node's tools input"
768
- }
769
- }
770
- ]
771
- }
772
- ]
773
- },
774
- {
775
- nodeType: 'uipath.agent',
776
- version: '1',
777
- category: 'agent',
778
- tags: [
779
- 'agentic',
780
- 'ai',
781
- 'agent'
782
- ],
783
- sortOrder: 1,
784
- description: 'Autonomous AI agent that orchestrates tools, memory, and escalations to complete complex tasks',
785
- display: {
786
- label: 'Agent',
787
- icon: 'agent',
788
- shape: 'rectangle',
789
- iconBackground: 'linear-gradient(135deg, #FFE0FF 4.81%, #CFD9FF 97.27%)',
790
- iconBackgroundDark: 'linear-gradient(135deg, #A280BC 13.12%, rgba(87, 123, 174, 0.6) 86.88%)'
791
- },
792
- handleConfiguration: [
793
- {
794
- position: 'top',
795
- handles: [
796
- {
797
- id: 'memory',
798
- type: 'source',
799
- handleType: 'artifact',
800
- label: 'Memory',
801
- constraints: {
802
- allowedTargets: [
803
- {
804
- nodeType: 'uipath.agent.resource.memory'
805
- }
806
- ],
807
- validationMessage: 'Only Agent Memory nodes can connect here'
808
- }
809
- },
810
- {
811
- id: 'escalation',
812
- type: 'source',
813
- handleType: 'artifact',
814
- label: 'Escalations',
815
- constraints: {
816
- allowedTargets: [
817
- {
818
- nodeType: 'uipath.agent.resource.escalation'
819
- }
820
- ],
821
- validationMessage: 'Only Agent Escalation nodes can connect here'
822
- }
823
- }
824
- ]
825
- },
826
- {
827
- position: 'bottom',
828
- handles: [
829
- {
830
- id: 'context',
831
- type: 'source',
832
- handleType: 'artifact',
833
- label: 'Context',
834
- constraints: {
835
- allowedTargets: [
836
- {
837
- nodeType: 'uipath.agent.resource.context'
838
- }
839
- ],
840
- maxConnections: 1,
841
- validationMessage: 'Only Agent Context nodes can connect here'
842
- }
843
- },
844
- {
845
- id: 'tools',
846
- type: 'source',
847
- handleType: 'artifact',
848
- label: 'Tools',
849
- constraints: {
850
- allowedTargets: [
851
- {
852
- nodeType: 'uipath.agent.resource.tool'
853
- }
854
- ],
855
- validationMessage: 'Only Agent Tools nodes can connect here'
856
- }
857
- }
858
- ]
859
- },
860
- {
861
- position: 'left',
862
- handles: [
863
- {
864
- id: 'input',
865
- type: 'target',
866
- handleType: 'input',
867
- constraints: {
868
- forbiddenSourceCategories: [
869
- 'trigger'
870
- ],
871
- validationMessage: 'Agents cannot be directly triggered'
872
- }
873
- }
874
- ]
875
- },
876
- {
877
- position: 'right',
878
- handles: [
879
- {
880
- id: 'success',
881
- label: "{agentName || 'Agent'}",
882
- type: 'source',
883
- handleType: 'output',
884
- constraints: {
885
- forbiddenTargetCategories: [
886
- 'trigger'
887
- ]
888
- }
889
- },
890
- {
891
- id: 'error',
892
- label: 'Error',
893
- type: 'source',
894
- handleType: 'output',
895
- constraints: {
896
- forbiddenTargetCategories: [
897
- 'trigger'
898
- ]
899
- }
900
- }
901
- ]
902
- }
903
- ]
904
- },
905
- {
906
- nodeType: "uipath.script",
907
- version: '1',
908
- category: 'data-operations',
909
- tags: [
910
- 'code',
911
- "javascript",
912
- 'python'
913
- ],
914
- sortOrder: 3,
915
- display: {
916
- label: 'Script',
917
- icon: 'code'
918
- },
919
- handleConfiguration: [
920
- {
921
- position: 'left',
922
- handles: [
923
- {
924
- id: 'input',
925
- type: 'target',
926
- handleType: 'input'
927
- }
928
- ]
929
- },
930
- {
931
- position: 'right',
932
- handles: [
933
- {
934
- id: 'success',
935
- type: 'source',
936
- handleType: 'output'
937
- },
938
- {
939
- id: 'error',
940
- label: 'Error',
941
- type: 'source',
942
- handleType: 'output'
943
- }
944
- ]
945
- }
946
- ]
947
- },
948
- {
949
- nodeType: 'uipath.human-task.approval',
950
- version: '1',
951
- category: 'human-task',
952
- tags: [
953
- 'human-task',
954
- 'approval',
955
- 'review'
956
- ],
957
- sortOrder: 1,
958
- display: {
959
- label: 'Approval',
960
- icon: 'human-task'
961
- },
962
- handleConfiguration: [
963
- {
964
- position: 'left',
965
- handles: [
966
- {
967
- id: 'input',
968
- type: 'target',
969
- handleType: 'input'
970
- }
971
- ]
972
- },
973
- {
974
- position: 'right',
975
- handles: [
976
- {
977
- id: 'approved',
978
- label: "{parameters.approveLabel || 'Approved'}",
979
- type: 'source',
980
- handleType: 'output'
981
- },
982
- {
983
- id: 'rejected',
984
- label: "{parameters.rejectLabel || 'Rejected'}",
985
- type: 'source',
986
- handleType: 'output'
987
- },
988
- {
989
- id: 'timeout',
990
- label: 'Timeout ({timeoutMinutes || 60}m)',
991
- type: 'source',
992
- handleType: 'output'
993
- }
994
- ]
995
- }
996
- ]
997
- },
998
- {
999
- nodeType: 'uipath.human-task.form',
1000
- version: '1',
1001
- category: 'human-task',
1002
- tags: [
1003
- 'human-task',
1004
- 'form',
1005
- 'input'
1006
- ],
1007
- sortOrder: 2,
1008
- display: {
1009
- label: 'Form',
1010
- icon: 'file-text'
1011
- },
1012
- handleConfiguration: [
1013
- {
1014
- position: 'left',
1015
- handles: [
1016
- {
1017
- id: 'input',
1018
- type: 'target',
1019
- handleType: 'input'
1020
- }
1021
- ]
1022
- },
1023
- {
1024
- position: 'right',
1025
- handles: [
1026
- {
1027
- id: 'submitted',
1028
- label: "Submitted ({formName || 'Form'})",
1029
- type: 'source',
1030
- handleType: 'output'
1031
- },
1032
- {
1033
- id: 'cancelled',
1034
- label: 'Cancelled',
1035
- type: 'source',
1036
- handleType: 'output'
1037
- }
1038
- ]
1039
- }
1040
- ]
1041
- },
1042
- {
1043
- nodeType: 'uipath.workflow.call',
1044
- version: '1',
1045
- category: 'rpa-workflow',
1046
- tags: [
1047
- 'rpa',
1048
- 'workflow',
1049
- 'subprocess'
1050
- ],
1051
- sortOrder: 1,
1052
- description: 'Invoke another workflow as a subprocess and pass input/output parameters between them',
1053
- display: {
1054
- label: 'Call Workflow',
1055
- icon: 'rpa'
1056
- },
1057
- handleConfiguration: [
1058
- {
1059
- position: 'left',
1060
- handles: [
1061
- {
1062
- id: 'input',
1063
- type: 'target',
1064
- handleType: 'input'
1065
- }
1066
- ]
1067
- },
1068
- {
1069
- position: 'right',
1070
- handles: [
1071
- {
1072
- id: 'success',
1073
- label: "{workflowName || 'Workflow'}",
1074
- type: 'source',
1075
- handleType: 'output'
1076
- },
1077
- {
1078
- id: 'error',
1079
- label: 'Error',
1080
- type: 'source',
1081
- handleType: 'output'
1082
- }
1083
- ]
1084
- }
1085
- ]
1086
- },
1087
- {
1088
- nodeType: 'uipath.api-workflow',
1089
- version: '1',
1090
- category: 'api-workflow',
1091
- tags: [
1092
- 'api',
1093
- 'workflow',
1094
- 'endpoint'
1095
- ],
1096
- sortOrder: 1,
1097
- display: {
1098
- label: 'API Workflow',
1099
- icon: 'api',
1100
- shape: 'square'
1101
- },
1102
- handleConfiguration: [
1103
- {
1104
- position: 'left',
1105
- handles: [
1106
- {
1107
- id: 'input',
1108
- type: 'target',
1109
- handleType: 'input'
1110
- }
1111
- ]
1112
- },
1113
- {
1114
- position: 'right',
1115
- handles: [
1116
- {
1117
- id: 'output',
1118
- type: 'source',
1119
- handleType: 'output',
1120
- label: "{method || 'POST'} /{path || 'endpoint'}"
1121
- }
1122
- ]
1123
- }
1124
- ]
1125
- }
1126
- ];
1127
- exports.allNodeManifests = __webpack_exports__.allNodeManifests;
1128
- for(var __rspack_i in __webpack_exports__)if (-1 === [
1129
- "allNodeManifests"
1130
- ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
1131
- Object.defineProperty(exports, '__esModule', {
1132
- value: true
1133
- });