Ewoks pre-import's all modules used by the workflow. This provides speedup when using the same modules multiple times (because without the pre-import, it gets re-imported in a subprocess each time). However when large portions of the workflow are never used, it actually slows down the overall execution.
In this MR we make pre-imports optional.