Skip to content

Consider adding node description that can be auto-generated to tree_nodes_model.xml #603

Closed
@sea-bass

Description

@sea-bass

Right now, we can automatically generate a tree_nodes_model.xml manifest from our registered nodes, which includes default values and descriptions for ports.

However, one thing that is missing is a node-level description that can be added to the manifest like so:

    <Action ID="SomeActionNode">
        <description>This is the node description we want to add.</description>
        <input_port name="input_val" default="123">Input port description.</input_port>
        <output_port name="output_val" default="45">Output port description.</output_port>
    </Action>

Is there some way that we can add description metadata to a node so that we can generate such a node description? If so, how should we do it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions