Control flow execution in groups
Last updated
Last updated
With Logic you can control a flow inside of a group. So you can see groups as kind of a sub-graph.
To start a flow inside of a group, make sure there's either a OnStart node or a OnStartGroup node. Then you can simply start a group flow by using the StartGroup node. Make sure to select the group you want to start in the node inspector.
To stop a flow inside of a group simply use the StopGroup node. Make sure to select the group you want to stop in the node inspector.