Skip to content

[Bug] workflow_graph.display() blocks execution, preventing live status tracking #132

Description

@Oxygennnnn

Describe the Bug

Graph display is modal; subsequent steps cannot run until the window is closed.

Operating System

Windows11

Python Version

3.12

Steps to Reproduce

Run the workflow

Logs or Screenshots

Expected
Non-blocking display (or a “live view” toggle) so users can watch node status updates in real time.
Actual
Execution is blocked until display is closed.

Additional Context

Suggested Fix
• Run display in a separate thread/process; or provide a non-blocking mode and a handle to close/refresh.
Priority
P2

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions