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