Fabrice Toussaint
02/07/2022, 2:33 PMValueError("Couldn't infer a flow in the current context")Kevin Kho
apply_map unpacks all of the tasks inside and adds them to the Flow, so I don’t think it can be used inside a task because that would imply a task inside a taskFabrice Toussaint
02/07/2022, 3:11 PMKevin Kho
apply_map as a native Python function that outputs tasks, but you can’t have non-task stuff like if-else inside. So it’s hard for me to visualize how this would work.