fix: Hide trigger tooltip for nodes with static test output (#4970)

This commit is contained in:
Mutasem Aldmour
2022-12-20 09:39:09 +01:00
committed by GitHub
parent 60b14116f0
commit 5b11dc3ff9
3 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ export class ExecuteWorkflowTrigger implements INodeType {
group: ['trigger'],
version: 1,
description: 'Runs the flow when called by the Execute Workflow node from a different workflow',
eventTriggerDescription: '',
maxNodes: 1,
defaults: {
name: 'Execute Workflow Trigger',