send response for particular task using python fast api #15986
Unanswered
santosh614696
asked this question in
Q&A
Replies: 1 comment
-
Hey @santosh614696! It's possible to send and receive inputs to running flows, but not tasks. Here's a link to the documentation for sending and receiving message to running flows: https://docs.prefect.io/3.0/develop/inputs. For your second point, run a child flow based on the received input should be doable via pure Python. You can read the received input and use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions