how is this not a bug? i often use sequence to split up large chains of code, for sake of readability. i expect sequence to, as name suggests, execute code in sequence, and not just hit and run. you should really consider fixing this, and introduce a NoWaitSequence or whatever, for those who actually need this very specific behavior. or leave Sequence as is, and give us a Then that waits.
1 Like