fix: flush buffer on run completion

This commit is contained in:
Rohit Rajan
2025-10-25 13:09:00 +05:30
parent 5844eaae21
commit 1c459691bf

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,