-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start Node could not be deleted. #379
Comments
Ah yes, that behavior is as expected. Each workflow has to contain a Start-Node, so it can not be deleted. Also, the way it executes was planned that way. If it should get executed differently then the "Play-Button" of the last node of the branch which should be executed can be pressed. It will then find the first node of this branch and executes starting from there. I can, however, understand that it is maybe confusing for beginners and so just changed the default behavior to look first if there is a Trigger-Node in the flow and if yes, it chooses the very first one it finds as starting point. Only if no Webook-Node or Trigger-Node can be found will it start to execute from the Start-Node. Will be released with the next version. And the next time please post to the forum first as Github-Issues are only for confirmed bugs. Thanks! |
Got released with n8n@0.56.0 |
When i am using a trigger, the workflow will not begin the execution at the trigger, it begins at the "Start"-node.
To Reproduce
Steps to reproduce the behavior:
4.a [optional] press the pause icon from the start button
Expected behavior
I assume that the trigger is the starting point of the workflow. Therefore i want to delete the "Start"-node but the trashcan-symbol does not fullfill this operation
Environment (please complete the following information):
]
The text was updated successfully, but these errors were encountered: