Hello @jan!
How do I return the workflow name within a node?
Regards,
Sorry but that is currently sadly not possible. Moved your post to “Feature Request” and will have a look to add that funcionality.
Ok made the needed changes:
https://github.com/n8n-io/n8n/commit/70286b469e294166dc2a4b611ce5f9e0cd186f22
I will release it with the next version. Once that is done it is possible to get the workflow-id, workflow-name and also if the workflow is active in an expression like this:
{{$workflow.id}} - {{$workflow.name}} - {{$workflow.active.toString()}}
Sensational @jan! Thank you very much. Congratulations on your work, we need more participatory people like you in the opensource world
Thanks a lot!
But better do not “connect” me or n8n with the term open source
https://github.com/n8n-io/n8n/issues/40