Simple design for empty node (#15087)

I did an acceptable design for empty node and iterators for release:
- use array field for iterator node. Added an util to stringify arrays
for backward compatibily
- remove icon for empty node
- allow to select a node on empty node selection


https://github.com/user-attachments/assets/b00037a8-aa1d-4784-b973-05973649b46e
This commit is contained in:
Thomas Trompette
2025-10-14 16:58:53 +02:00
committed by GitHub
parent 23de047787
commit 5f1878c96f
11 changed files with 82 additions and 57 deletions
@@ -515,7 +515,7 @@ export class WorkflowVersionStepOperationsWorkspaceService {
const emptyNodeStep: WorkflowEmptyAction = {
id: v4(),
name: 'Empty Node',
name: 'Add an Action',
type: WorkflowActionType.EMPTY,
valid: true,
nextStepIds: [iteratorStepId],