refactor: move workflow execution writes to uow

This commit is contained in:
jxxghp
2026-08-22 13:21:52 +08:00
parent fa2bf1fe4d
commit e61b5168ad
17 changed files with 389 additions and 52 deletions
+2
View File
@@ -17,6 +17,7 @@ files =
app/runtime/extensions/module/contracts.py,
app/application/outbox.py,
app/application/configuration.py,
app/application/workflow.py,
app/application/chain/context.py,
app/application/chain/durable_events.py,
app/application/subscription/delete.py,
@@ -25,5 +26,6 @@ files =
app/startup/context.py,
app/startup/chain_events.py,
app/startup/download_failure.py,
app/startup/workflow.py,
app/api/context.py,
app/api/dependencies/subscription.py