feat: remove duration & task from scheduled run meta

This commit is contained in:
karishmas6
2024-10-08 21:19:00 +05:30
parent c94268f7cd
commit 3f6eb2fec4

View File

@@ -23,8 +23,6 @@ async function runWorkflow(fileName: string, runId: string) {
name: fileName,
startedAt: new Date().toLocaleString(),
finishedAt: '',
duration: '',
task: '', // Optionally set based on workflow
browserId: browserId,
interpreterSettings: { maxConcurrency: 1, maxRepeats: 1, debug: true },
log: '',