Page 1 of 1
want to know caller flow's name
Posted: 16 Feb 2015 07:20
by acomagu
Please add variable containing caller flow's name in called flow.
Re: want to know caller flow's name
Posted: 17 Feb 2015 20:36
by Martin
Hi,
You can define a variable in the parent flow before you execute the child flow, for example: action Script: caller = flow_name;
Regards,
Martin