The idea is:
Reference node data by id rather than label:
$(“xyz”).some-data
Where “xyz” is the node unique id, rather that the node label that could be an informative free text not really fit to use as a node reference, such as “Create Google Calendar event” etc..
Bonus: have a way to see the node actual label somewhere in the UI, for debugging?
My use case:
Writing workflows with a lot of generic nodes like “HTTP request”. I may need to change the labels multiple time as I refine my workflow.
I think it would be beneficial to add this because:
Makes the editing experience better when we seek for informative node labels.
Any resources to support this?
Slightly related to features about reusing common nodes.
Are you willing to work on this?
Yep.