From cf3fbfc2cb2f2cc073a4b1a24b191d932fd8f23a Mon Sep 17 00:00:00 2001 From: Akshay Sasidharan Date: Thu, 3 Jul 2025 19:42:52 +0530 Subject: [PATCH] fix(workflows): ensure organization ID is set for webhook executions Resolves webhook failures due to missing organizationId assignment during workflow executions. This hot-fix ensures proper organizational context is maintained for webhook-triggered workflows, preventing user-specific failures and ensuring consistent automation behavior across different accounts. Changes: - Set user.organizationId from appVersion.app.organizationId in workflow execution service - Apply fix to both processQueryNode and processWorkflowNode execution paths - Ensure webhook executions use app's organization context instead of user context Migrated from: https://github.com/ToolJet/tj-ee/pull/3762 Co-authored-by: Muhsin --- server/ee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ee b/server/ee index 431b9856cf..076a96e761 160000 --- a/server/ee +++ b/server/ee @@ -1 +1 @@ -Subproject commit 431b9856cf0d849539f1e166cf1e6c1c0ccde6ab +Subproject commit 076a96e7614285c57bfdf2f2729247aefbc8c80e