I have a parameter X and a StartFlowRun task whose...
# prefect-community
m
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
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?