Sometimes when using trigger I find myself needing to break out of it before it completes, simple to work up an abstraction to handle this, but it got me to wondering why trigger does not have a right inlet to stop the sequence. Looking at the code, trigger is a for loop as expected, so it would seem to be a very simple task to add this right inlet to allow breaking out of the sequence, is there a reason trigger lacks this? Something so simple and obvious never having been done suggests I am missing something, is this not as useful as it seems? Am I missing something about dataflow?