Current Flows Name?

-1
Is it possible to retrieve the current flow (micro/nano) name, e.g. to use it as the log node name. I like to know where logging messages originate and currently I manually set the value (or set a TAG variable and use that in a flow).
asked
3 answers
2

You can do it in a java action. There is already a forum thread discussing this. Let me find it

answered
1

This is only possible with a java action. You need something like

getContext().getActionStack()[0].getName()

Check the documentation for more details https://apidocs.mendix.com/7/runtime/

-Andrej

answered
1

Here is the old thread:

 

https://forum.mendix.com/link/questions/90433

answered