Community
Participate
Working Groups
In MWE1 a workflow component could during its execution raise a WorkflowInterruptedException to signal that the workflow should be interrupted. This exception was then handled in WorkflowRunner by simply logging an error message (without exception stack trace). I think it would make sense to add a corresponding API to MWE2. Also note that the Xtext Generator class must also be extended accordingly so that a GeneratorFragment can throw this exception (unless Xtext introduces its own API for this purpose).
I also would appreciate a possibility to interrupt the workflow without a stack trace being printed to the console.