Get workflow name and node name by javascript

Is such an option to get workflow name and node name by javascript?

Hey @Asaf_Shay, getting the workflow name is easy, there’s an expression for that.

Fetching node information is not currently possible through expressions, so you would need to hack this yourself. I’ve recently posted an approach to reading information on a single node here: Check if Node is Active - #2 by MutedJam. You could adjust it to read data for other nodes as well.