We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad4b31 commit 4f3ac7dCopy full SHA for 4f3ac7d
src/workflows/plugins/dbos.py
@@ -40,6 +40,8 @@ def register(
40
and sent via DBOS.send, enabling durable orchestration.
41
"""
42
43
+
44
45
# DBOS Python supports async workflow functions; we wrap and return replacement.
46
# Note: We do not wrap individual step workers here; the control loop retains
47
# responsibility for step execution. This can be extended later to split steps
src/workflows/runtime/broker.py
@@ -163,7 +163,6 @@ async def _run_workflow() -> None:
163
164
if exception_raised:
165
# cancel the stream
166
- self.write_event_to_stream(StopEvent())
167
if not result.done():
168
result.set_exception(exception_raised)
169
finally:
0 commit comments