Skip to content

Commit acba072

Browse files
authored
Merge pull request #850 from RohitR311/flush-fix
fix: data not showing immediately on run completion
2 parents 998ab34 + 1c45969 commit acba072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/workflow-management/classes/Interpreter.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,8 @@ export class WorkflowInterpreter {
614614

615615
const status = await interpreter.run(page, params);
616616

617+
await this.flushPersistenceBuffer();
618+
617619
// Structure the output to maintain separate data for each action type
618620
const result = {
619621
log: this.debugMessages,

0 commit comments

Comments
 (0)