Hey, I have a workflow that uses dataclass paramet...
# ask-the-community
r
Hey, I have a workflow that uses dataclass parameters as inputs. In Flyte console when launching the workflow, it shows the correct parameters (left side first screenshot). But when inspecting the inputs of both the task (right side first screenshot) and the workflow (second screenshot) it shows an older version of the DataConfig dataclass with different parameters (which are using defaults). UI Version 1.1.7, Admin Version 1.1.30 // Ah I think it's because I relaunched from an older version selecting my new version, so it still had those old parameters but they were hidden or something. Launching a new workflow from scratch works fine.
k
Ya older version makes sense - so not an issue
157 Views