For logging purposes and such it would be great it the name of the executing flow would be always available as a default flow variable like "triggertime".
I would suggest "flowname" or "currentflow" as the name of that new variable.
If a flow is executed from another flow with the "Execute flow" action the calling flow should be available as a variable "parentflow" or such.
Name of currently executing flow as varibale
Moderator: Martin
Re: Name of currently executing flow as varibale
The name of the executing flow is available in variable flow_name.
The flow name of the parent is not available. You could use a script like this before calling another flow:
parent_flow_name=flow_name
The flow name of the parent is not available. You could use a script like this before calling another flow:
parent_flow_name=flow_name