Hi all,
2 questions:
1. When running a workflow locally, is there a way to run tasks in parallel (for example in a map_task) or all tasks essentially have to be ran in sequence? It would be very valuable to use all the available cores.
2. When using a dataclass as a task input, is it possible to type hint a generic type e.g BaseDataclass, and then pass a class that inherits from it e.g AdvancedDataclass? I'm encountering some issues with that