Skip to main content
The Aspect Workflows Web UI is a dashboard for inspecting Bazel invocations across your CI environment. It shows recent build and test runs, lets you drill into individual invocations for test results and raw logs, and surfaces the metadata needed to diagnose failures without navigating the CI provider UI. The Web UI ships with every Workflows deployment. It runs in your own AWS or GCP account alongside the rest of the Workflows services, exposed at a subdomain on your own DNS, and authenticated through your existing identity provider via OpenID Connect — so the same SSO that gates the rest of your engineering tooling gates the Web UI too.

Dashboard features

Invocation list — the main view shows recent Bazel invocations with status, duration, and trigger source at a glance. Invocation detail — selecting an invocation opens three tabs:
  • Metadata — trigger command, repository, branch, commit hash, overall status, duration, and Bazel version.
  • Tests — all test targets with their status and duration, filterable and sortable.
  • Build logs — raw log output with full-text search and a download link.