Merge pull request #850 from RohitR311/flush-fix

fix: data not showing immediately on run completion
This commit is contained in:
Karishma
2025-10-27 17:45:08 +05:30
committed by GitHub

View File

@@ -614,6 +614,8 @@ export class WorkflowInterpreter {
const status = await interpreter.run(page, params);
await this.flushPersistenceBuffer();
// Structure the output to maintain separate data for each action type
const result = {
log: this.debugMessages,