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:
+1
-1
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user