Execute Flow in a Script?
Posted: 19 Nov 2013 14:46
Is it possible to execute a flow from a script? Something that is effectively
Thanks!
Code: Select all
executeFlow(aFlow);
Code: Select all
executeFlow(aFlow);
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.MURTUMA wrote:You can use "execute flow" action instead before of after the script.