|
|
|
|
|
by hotpocket777
556 days ago
|
|
Does DBOS offer a way to get messages in or data out of running workflows? (Similar to signals/queries in Temporal) Interested in long-running workflows, and this particular area seemed to be lacking last time I looked into it. I don’t want to just sleep; I want a workflow to be able to respond to an event. |
|
Documentation: https://docs.dbos.dev/python/tutorials/workflow-tutorial#wor...
Here's a demo e-commerce application that uses messages and events to build an interactive long-running checkout workflow: https://docs.dbos.dev/python/examples/widget-store