Summary
The user is working on a workflow template that involves swapping out different functions as parameters. They have created two tasks, t1
and t2
, which print elements from lists. The user is trying to execute these functions as a map_task
within a dynamic function d1
, but is encountering issues with binding variables in the map_task
. They are seeking an elegant solution to this problem.