Community
Participate
Working Groups
Build Identifier: The current implementation of Mwe2Runner does not give access to the workflow context. Especially in unit tests you need access to the context to pass in data or check results. Therefore the Mwe2Runner should be extended to give access to the workflow context. Reproducible: Always
Created attachment 177691 [details] Patch which gives access to the context.
I've changed the patch a bit, such that the workflow context isn't referenced state, but is passed to the run methods.