Does <attribute access> not work in dynamic workfl...
# ask-the-community
a
Does attribute access not work in dynamic workflows?
j
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.
a
Circling back, the issue was actually a type serialization error instead, which I was incorrectly reading as an attribute access issue