feat: remove duration & task from scheduled run meta
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user