feat(core, editor-ui): Introduce node deprecation (#4103)

 Introduce node deprecation
This commit is contained in:
Iván Ovejero
2022-09-15 10:52:24 +02:00
committed by GitHub
parent f40ae501b4
commit 98ed207607
4 changed files with 8 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ export class Start implements INodeType {
version: 1,
description: 'Starts the workflow execution from this node',
maxNodes: 1,
hidden: true,
defaults: {
name: 'Start',
color: '#00e000',