Replies: 1 comment 1 reply
-
|
streams - https://useworkflow.dev/docs/foundations/streaming#progress-updates-for-long-running-tasks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to return data early from a workflow? For example, I might want to create a database record and return the id, then keep processing and update the record once it's finished.
I guess I could do this by extracting the work that I want to be done after I've returned the id all into one step, but that seems counter productive.
Beta Was this translation helpful? Give feedback.
All reactions