Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error visualization of node in the canvas #43

Open
MertenD opened this issue Sep 7, 2023 · 0 comments
Open

Error visualization of node in the canvas #43

MertenD opened this issue Sep 7, 2023 · 0 comments

Comments

@MertenD
Copy link
Owner

MertenD commented Sep 7, 2023

Description

When a node encounters an error, it should be highlighted, possibly in red. Displaying the error message in the log could be beneficial. To ensure maximum compatibility, consider introducing a wrapper function around the run() method in the BasicNode. This run() method would be executed within a try-catch block. Subsequently, the Engine can invoke this new wrapper method instead of the direct run() method. If an error is caught, the node will be highlighted, and the error message will be logged.

@MertenD MertenD added the Feature label Sep 7, 2023
@MertenD MertenD added this to the Execution Engine Development milestone Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant