Execute Flow in a Script?

Post your questions and help other users.

Moderator: Martin

Post Reply
98b427af

Execute Flow in a Script?

Post by 98b427af » 19 Nov 2013 14:46

Is it possible to execute a flow from a script? Something that is effectively

Code: Select all

executeFlow(aFlow);
Thanks!

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: Execute Flow in a Script?

Post by MURTUMA » 19 Nov 2013 20:21

You can use "execute flow" action instead before of after the script.

98b427af

Re: Execute Flow in a Script?

Post by 98b427af » 19 Nov 2013 22:09

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.

Post Reply