Summary
The user is upgrading older workflows and encountering an issue where map_task
breaks due to the new version expecting target
instead of task_function
. They are inquiring if the solution is simply to replace task_function
with target
.