Page 1 of 1

Execute Flow in a Script?

Posted: 19 Nov 2013 14:46
by 98b427af
Is it possible to execute a flow from a script? Something that is effectively

Code: Select all

executeFlow(aFlow);
Thanks!

Re: Execute Flow in a Script?

Posted: 19 Nov 2013 20:21
by MURTUMA
You can use "execute flow" action instead before of after the script.

Re: Execute Flow in a Script?

Posted: 19 Nov 2013 22:09
by 98b427af
MURTUMA wrote:You can use "execute flow" action instead before of after the script.
Yes, but I have a specific reason for wanting to execute a flow via a script. Specifically, if I can do that, I can create an Expression condition that uses a flow to determine its true/false results.