Reference
Console YAML
Understand the versioned operational interface definition stored in console.yaml.console.yaml defines the operational interface for a SuperPlane app. It can arrange panels that display workflow data, status, metrics, tables and controls.
Use the console
Section titled “Use the console”Build a console when operators need a focused view of one automated process. Keep the interface near its workflow definition so changes can be reviewed together.
Review changes
Section titled “Review changes”Check data sources, action controls, empty states and access requirements. A console can expose operational information, so treat its configuration as production code.
Keep workflows separate
Section titled “Keep workflows separate”The console presents and controls workflow data; canvas.yaml defines workflow execution. See Canvas YAML.