You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we need a command which lists all graphs which are set up in the runtime.
This will be needed for a UI which connects to the runtime through the fbp protocol. It doesn't know anything about formerly dynamically created graphs in the beginning.
The command graph:list should return an array of strings with the names of the graphs (ids?).
This should be pretty easy to implement.
Best regards,
Josef
The text was updated successfully, but these errors were encountered:
Hi,
I think we need a command which lists all graphs which are set up in the runtime.
This will be needed for a UI which connects to the runtime through the fbp protocol. It doesn't know anything about formerly dynamically created graphs in the beginning.
The command graph:list should return an array of strings with the names of the graphs (ids?).
This should be pretty easy to implement.
Best regards,
Josef
The text was updated successfully, but these errors were encountered: