fix: flush buffer on run completion
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user