Resolved-step
Single-step run control for a resolved automation step. When a user clicks a step tile whose reference points at an existing element, this panel surfaces the step's identity, the element it invokes, the parent automation path, and a Run button with an optional JSON input override. The step runs in isolation — edge-hydrated from upstream steps — and the result renders inline as pretty JSON, a failure pill, or a defensive empty state when the step produced no output.
Live
The real panel component, mounted here over fixture data — the same shipped chrome the workspace renders, not a sketch.
Collect findings
- Runs
collect-findings- Automation
showcase/month-end-review
Sketch
Structural preview of the panel chrome. The browser panel renders the real BrowserChrome primitive at miniature scale; the other variants are CSS shape silhouettes. Either way the composition tree below is the authoritative description of what's inside.
States
idleNo run in flight — configure input or press Runrunninginvoke-step in flight — Run disabled, progress pill shownokStep resolved — result JSON (or defensive empty state) shownfailedStep failed — error text and duration shown
Composition
Click any component name to jump to its component-page entry.
Uses Components
Flat list of every component referenced — verifiable against the composition tree by the future generator audit.