feat: add duplicate-safe workflow shadow dispatch

This commit is contained in:
2026-04-07 11:35:32 +02:00
parent 26046fb2d6
commit f43f1e7420
11 changed files with 496 additions and 113 deletions
+1
View File
@@ -180,6 +180,7 @@ class WorkflowRunOut(BaseModel):
workflow_def_id: uuid.UUID | None
order_line_id: uuid.UUID | None
celery_task_id: str | None
execution_mode: str
status: str
started_at: datetime | None
completed_at: datetime | None