Return True/False
Ends the flow and returns either True or False. This stage is particularly useful when you need to call a flow from another flow (library or manual). When returning True the stage that calls this flow will continue down the green path while returning false will result in the calling flow continuing down the red path.