Fix manual trigger variables + workflow not found in sentry (#14509)
- Error in [sentry](https://twenty-v7.sentry.io/issues/6677390012/?environment=prod&environment=prod-eu&project=4507072499810304&query=is%3Aunresolved%20%21issue.type%3A%5Bperformance_consecutive_db_queries%2Cperformance_consecutive_http%2Cperformance_file_io_main_thread%2Cperformance_db_main_thread%2Cperformance_n_plus_one_db_queries%2Cperformance_n_plus_one_api_calls%2Cperformance_p95_endpoint_regression%2Cperformance_slow_db_query%2Cperformance_render_blocking_asset_span%2Cperformance_uncompressed_assets%2Cperformance_http_overhead%2Cperformance_large_http_payload%5D%20timesSeen%3A%3E10&referrer=issue-stream) : due to workflow being deleted, so not found - Error with Manual Trigger variable fixed Before <img width="1020" height="359" alt="Capture d’écran 2025-09-15 à 16 24 34" src="https://github.com/user-attachments/assets/0d4b5185-18b5-415f-afbc-8bb63e403c01" /> After <img width="1020" height="359" alt="Capture d’écran 2025-09-15 à 16 24 02" src="https://github.com/user-attachments/assets/c5b589f8-7abd-40d0-8473-69eab7e1a277" />
This commit is contained in:
+1
@@ -128,6 +128,7 @@ export class WorkflowStatusesUpdateJob {
|
||||
where: {
|
||||
id: workflowId,
|
||||
},
|
||||
withDeleted: true,
|
||||
});
|
||||
|
||||
if (isEqual(newWorkflowStatuses, previousWorkflow.statuses)) {
|
||||
|
||||
Reference in New Issue
Block a user