You can't. The sequence structure is not designed to do this and there's seldom any reason to use a sequence structure in the first place. What you need to do is implement a state machine architecture. Basically a case statement inside a while loop with the case selector wired to a number, queue, or enum that determines the next state to execute. There are a couple of shipping examples and additional ones to be found if you do a search of NI Dev. Zone.