We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The UI currently recreates the graph when something needs to be changed, and it requires the flowgraph to be stopped for this.
Reimplement flowgraph alteration to be message-based:
Keep in mind that message-based modifications are in a request-reply pattern which means that the 'working' state should be communicated to the user.
Should (at least fundamentally) work with local flowgraphs as well as with remote flowgraphs
The text was updated successfully, but these errors were encountered:
ivan-cukic
No branches or pull requests
The UI currently recreates the graph when something needs to
be changed, and it requires the flowgraph to be stopped for this.
Reimplement flowgraph alteration to be message-based:
(that is, in any state of the graph)
or paused
Keep in mind that message-based modifications are in
a request-reply pattern which means that the 'working' state
should be communicated to the user.
Should (at least fundamentally) work with local flowgraphs as well as with remote flowgraphs
The text was updated successfully, but these errors were encountered: