waimak
waimak copied to clipboard
Implement an approach to filter existing flows so a subflow could be executed
Implement a filter flow action that would take a list of labels to filter with. All actions related to these labels would be executed, and unrelated actions would be filter out.
Things to think about:
- Need to handle tags and dependencies
- Could be implemented as a generic flow transform function passed to the executor?