From 42eff9dc935d55de2d35762d4ce7199dbfb5bf78 Mon Sep 17 00:00:00 2001 From: martmull Date: Thu, 4 Jun 2026 23:03:37 +0200 Subject: [PATCH] Use live execution mode for syncApplication --- ...c-function-manifest-to-universal-flat-logic-function.util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-server/src/engine/core-modules/application/application-manifest/converters/from-logic-function-manifest-to-universal-flat-logic-function.util.ts b/packages/twenty-server/src/engine/core-modules/application/application-manifest/converters/from-logic-function-manifest-to-universal-flat-logic-function.util.ts index 67693376048..1685e4a90b6 100644 --- a/packages/twenty-server/src/engine/core-modules/application/application-manifest/converters/from-logic-function-manifest-to-universal-flat-logic-function.util.ts +++ b/packages/twenty-server/src/engine/core-modules/application/application-manifest/converters/from-logic-function-manifest-to-universal-flat-logic-function.util.ts @@ -40,7 +40,7 @@ export const fromLogicFunctionManifestToUniversalFlatLogicFunction = ({ workflowActionTriggerSettings: logicFunctionManifest.workflowActionTriggerSettings ?? null, isBuildUpToDate: true, - executionMode: LogicFunctionExecutionMode.PREBUILT, + executionMode: LogicFunctionExecutionMode.LIVE, createdAt: now, updatedAt: now, deletedAt: null,