Is it possible to submit a flow-run from a deploym...
# ask-community
f
Is it possible to submit a flow-run from a deployment to be run anytime in the future? Want to check the status of flow-run asynchronously from my code.
1
f
Run deployment waits indefinitely if no worker is available. I want to submit prefect to run the flow and later check if the flow-run is finished or not.
d
set timeout to 0
👍 1
🙌 1
f
Ah I see. Missed it. Thanks!