With my own endpoints using FastApi, would it be p...
# ask-community
t
With my own endpoints using FastApi, would it be possible to call a flow locally, return the flow id immediately and have the flow run in the background? I tried with BackgroundTasks but I get a weird error. Thank you.