https://prefect.io logo
m

Matthew Seligson

07/28/2022, 2:21 PM
I have a parameter X and a StartFlowRun task whose flow_name is mapped over the parameter X. When I run this flow, the generated task runs of StartFlowRun don’t have much information about what value of X they received. What’s the best solution here? I don’t see how we can map over the task run name, since that is set at init time.
1
r

Rob Freedy

07/28/2022, 3:24 PM
Hey Matthew!! Are you able to post an example of your code? How are you mapping X? Also, is it possible to log the value of X within the StartFlowRun task?
2 Views