Labels and GOTO Label
Moderator: Martin
-
- Posts: 11
- Joined: 21 Jun 2013 13:15
Labels and GOTO Label
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
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
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