bland-alligator-41974
03/06/2023, 9:18 PM@step
in the source code? Or alternatively is this not a good idea?
I’ll post a solution I came up with that comes close to achieving this goal, but still requires defining dummy @step
methods in the correct order. Ideally I would like to eliminate these and rely purely on dynamic step creation.
The motivation for this is I would like to be able to write reusable mixin classes to be used across multiple flows. I could then create multiple flows, each stacking together a few of these these mixins together like legos.