Use live execution mode for syncApplication
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user