hello y'all, I got a @dynamic workflow that return...
# flyte-support
l
hello y'all, I got a @dynamic workflow that returns a
list[Result]
that is a class but then I get
Copy code
TypeError: Encountered error while executing workflow 'users_in_instance_with_many_actions':
  Failed to convert output in position 0 of value <FlyteLiteral collection { literals { collection { literals { scalar { blob { metadata { type { format: "PythonPickle" } } 
uri: "/tmp/flyte-8g7jxpge/raw/268721461ab713b1783bc45360460a66/2f9ee776225578efed3a78016849fb9d" } } } } } }>, expected type list[__main__.Result].
t
@limited-hairdresser-5419 is it possible for you to share your code?