I want to get flowId in my flow, which are used as key to store process error information into the database. Is there any way to do it, such as flow.get("flowId") or?
You could stick a change node near the start of every flow that would put the name of the flow in a msg variable
I hope to get this id in my flow's node.

thank you
thank you.