Merge pull request #850 from RohitR311/flush-fix
fix: data not showing immediately on run completion
This commit is contained in:
@@ -614,6 +614,8 @@ export class WorkflowInterpreter {
|
|||||||
|
|
||||||
const status = await interpreter.run(page, params);
|
const status = await interpreter.run(page, params);
|
||||||
|
|
||||||
|
await this.flushPersistenceBuffer();
|
||||||
|
|
||||||
// Structure the output to maintain separate data for each action type
|
// Structure the output to maintain separate data for each action type
|
||||||
const result = {
|
const result = {
|
||||||
log: this.debugMessages,
|
log: this.debugMessages,
|
||||||
|
|||||||
Reference in New Issue
Block a user