Page 1 of 1

Execute flow as "procedure" with parameters

Posted: 05 Jan 2014 10:53
by kintrupf
I'm using some flows as "procedures" in other flows with the "Execute flow" action.
This works very well, but it is a bit cumbersome to pass arbitrary variable values to the "sub"-flow.
To do this I need to define one or more local variables with additional "Script" actions before I use the "Execute flow".

Would it be possible to add an additional field for "parameters" to the "Execute flow" action which would be passed to the executed flow as normal variables?
Something like a list with name/value pairs or such would be great!

Re: Execute flow as "procedure" with parameters

Posted: 29 Jan 2014 17:47
by bindalji66
Even i want this.

Re: Execute flow as "procedure" with parameters

Posted: 19 Jun 2015 09:15
by psydex
mee too!
also it is wonderfull if i can run flows just in script, something like this:
parameters = newList(1, 'abc', 2);
FlowVariables = ExecuteFlow('FlowName', Parameters);

FlowVariables - Map(?) of all returned variables from flow, or add special Flow_Result variable for returning results from flow

Re: Execute flow as "procedure" with parameters

Posted: 05 Aug 2015 00:27
by wolfy
Mee too.

Re: Execute flow as "procedure" with parameters

Posted: 19 Sep 2016 07:24
by tavisaman
me too
Additionally it would be a nice feature if variables would be supported as Flow pattern list and Exclude flow pattern list.