Follow up question: static workflow inputs are pro...
# flyte-support
m
Follow up question: static workflow inputs are promises, which seems to make it not possible to use workflow inputs to dynamically configure resources with
with_overrides
. The only way I see to do that is to pass the workflow inputs into a
@dynamic
workflow where the inputs are not promises, but that has the downside of executing an additional pod to run the dynamic workflow which adds significant additional latency. Am I missing something?
f
With overrides adds info to the node. It is missing some task template overrides system - will try to find the issue, this is planned Today promises for config are not supported- but I know there are a few folks interested in this. Cc @high-park-82026
m
That clarifies it, thanks!