Displayable nodes are nodes that can be displayed and edited in the Vellum UI. They support complete push and pull operations allowing you to edit the node’s configuration in either the Vellum UI or as code and have those changes reflected in the other.
Below is an overview of each Displayable Node type with links to their detailed API reference pages.
All Displayable Nodes support bidirectional synchronization between the Vellum UI and your SDK code:
vellum workflows pushvellum workflows pullThis enables seamless collaboration between technical and non-technical team members, allowing nodes to be configured in either environment while maintaining consistency.
Each Displayable Node can be configured with:
For detailed configuration options and code examples, see the individual node reference pages linked above.
For comprehensive examples of port syntax and conditional logic patterns, see the Ports and Branches tutorial.