Labels and GOTO Label

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
Seeking_Alpha
Posts: 11
Joined: 21 Jun 2013 13:15

Labels and GOTO Label

Post by Seeking_Alpha » 27 Jun 2013 03:04

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.

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

Re: Labels and GOTO Label

Post by MURTUMA » 27 Jun 2013 08:26

Me too. Definitely!

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Labels and GOTO Label

Post by Martin » 28 Jun 2013 17:33

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

Locked