Thomas Trompette
2025-09-15 17:31:12 +02:00
committed by GitHub
parent 069956ce92
commit 2f1efa68ad
4 changed files with 13 additions and 7 deletions
@@ -128,6 +128,7 @@ export class WorkflowStatusesUpdateJob {
where: {
id: workflowId,
},
withDeleted: true,
});
if (isEqual(newWorkflowStatuses, previousWorkflow.statuses)) {