Is it possible to use `wait_for_input` with more t...
# flyte-support
f
Is it possible to use
wait_for_input
with more than 1 input? I would ideally want multiple inputs, or ability to specify e.g. Pydantic class, but semes like the workflow fails when I try do do so. I've tried Pydantic BaseModel (fails at runtime) and tuple (not supported at compilation time). Thanks!
f
Let me check why is it one thing, but pydantic should work. We will try
f
Please let me know
Any update on this @freezing-airport-6809?
f
@flat-waiter-82487 sorry for the delay, i did find a small bug in local execution fixed it PR https://github.com/flyteorg/flytekit/pull/3101
it works nicely now
cc @damp-lion-88352 can you test pydantic, i tested dataclass
d
no problem
f
Awesome, thanks @freezing-airport-6809 for a quick action! 🎉