<https://stackoverflow.com/questions/62961285/how-...
# ask-community
c
what happened when you used task slug? that was going to be my recommendation
oh nevermind i think i see the issue
i
@josh Is this ok to do in a Flow?
Copy code
process_resource_df.name = "process-e1"
cleaned_e1_df = process_resource_df(e1)

 process_resource_df.name = "process-e2"
 cleaned_e2_df = process_resource_df(e2)
It worked. -- And that way I dont need to mess about with template task targets.