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
The graph designer randers the nodes according to the cmd_in/cmd_out in the manifest.json of extensions. There will not be any edge if the msg name is not defined in the api of manifest.json, even though a connection has been declared in the graph connections. Ex:
If the cmd_1 is not declared in cmd_out in ext_a, or the cmd_1 is not declared in the cmd_in of ext_b, the graph designer fails to render the nodes and edges.
For tman dev-server, whether to check if the msg name has to be declared in the api of the extensions?
The text was updated successfully, but these errors were encountered:
The graph designer randers the nodes according to the
cmd_in
/cmd_out
in the manifest.json of extensions. There will not be any edge if the msg name is not defined in theapi
of manifest.json, even though a connection has been declared in the graph connections. Ex:If the
cmd_1
is not declared incmd_out
in ext_a, or thecmd_1
is not declared in thecmd_in
of ext_b, the graph designer fails to render the nodes and edges.For tman dev-server, whether to check if the msg name has to be declared in the
api
of the extensions?The text was updated successfully, but these errors were encountered: