Hi folks, I have a general question about setting...
# ask-community
m
Hi folks, I have a general question about setting up "flow-to-flow" flows (https://docs.prefect.io/core/idioms/flow-to-flow.html) - How does one pass parameters and context to each individual flow when calling
client.create_flow_run
which is how we programmatically run flows ...
Following up on this - I see
StartFlowRun
takes parameters - I suppose the current approach would be to redefine the parameters for the meta flow and pass them to the StartFlowRun calls ...
it would be nice not to have to redefine the parameters but I guess
create_flow_run
would then have to allow for a mapping of parameters ...