From 413a11dd2c462de42c9daf4ff4a9a324e7a93e1f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 21 Oct 2024 19:09:02 +0530 Subject: [PATCH] feat: set runByAPI true --- server/src/api/record.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/api/record.ts b/server/src/api/record.ts index 20e38928..b8f1f2bc 100644 --- a/server/src/api/record.ts +++ b/server/src/api/record.ts @@ -222,6 +222,7 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) { interpreterSettings: { maxConcurrency: 1, maxRepeats: 1, debug: true }, log: '', runId, + runByAPI: true, serializableOutput: {}, binaryOutput: {}, });