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,