Does <attribute access> not work in dynamic workfl...
# flyte-support
c
Does attribute access not work in dynamic workflows?
a
https://docs.flyte.org/en/latest/user_guide/advanced_composition/dynamic_workflows.html#id5 As stated in the docs below this snipped, dynamic workflows are practically handled like tasks. They should support normal python attribute access.
gratitude thank you 1
c
Circling back, the issue was actually a type serialization error instead, which I was incorrectly reading as an attribute access issue