feat: set runByAPI true

This commit is contained in:
karishmas6
2024-10-21 19:09:02 +05:30
parent 4a15260230
commit 413a11dd2c

View File

@@ -222,6 +222,7 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) {
interpreterSettings: { maxConcurrency: 1, maxRepeats: 1, debug: true },
log: '',
runId,
runByAPI: true,
serializableOutput: {},
binaryOutput: {},
});