is there an example anywhere of a dynamic task usi...
# ask-the-community
v
is there an example anywhere of a dynamic task using
wait_for_input
? I noticed here that it says
These functions can only be used inside @workflow-decorated functions, @dynamic-decorated functions, or imperative workflows
so I figured it should be possible, but in trying it out, I'm unable to resume the execution as described here
y
i think theoretically this is possible but is an untested scenario. if it’s not working, do you think you could open an issue with a minimal repro please?
v
yes absolutely! I'm going to test out a few things to ensure it isn't an issue on my end, and then will definitely do!
this functionality does work within a dynamic task!