feat(editor): Implement custom edge to support loops (no-changelog) (#10171)

Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
Elias Meire
2024-07-24 14:47:18 +02:00
committed by GitHub
parent b81f0bf9ea
commit 79bccf0305
14 changed files with 236 additions and 46 deletions

View File

@@ -12,6 +12,7 @@ import { NodeConnectionType } from 'n8n-workflow';
export function createCanvasNodeData({
id = 'node',
name = 'Test Node',
subtitle = 'Test Node Subtitle',
type = 'test',
typeVersion = 1,
disabled = false,
@@ -30,6 +31,7 @@ export function createCanvasNodeData({
return {
id,
name,
subtitle,
type,
typeVersion,
execution,