Page 1 of 1

Labels and GOTO Label

Posted: 27 Jun 2013 03:04
by Seeking_Alpha
I sometimes want to use a part of one flow from another flow. I have to create all elements again. It would be great if you can put a Label (like in VB, but you can call it anything) in a flow and say call the actions after the label from another flow.

Re: Labels and GOTO Label

Posted: 27 Jun 2013 08:26
by MURTUMA
Me too. Definitely!

Re: Labels and GOTO Label

Posted: 28 Jun 2013 17:33
by Martin
Hi,

You can call another flow using "Execute Flows". This almost works like a method call or subflow. You can wait for the subflow to finish or execute the subflow in parallel. This allows to extract common action-sequences into a utility-flow.

Regards,
Martin