Skip to content

issue #2267 : show failed and stalled icons in execution information - #7951

Merged
hansva merged 1 commit into
apache:mainfrom
mattcasters:issue-2267
Aug 15, 2026
Merged

issue #2267 : show failed and stalled icons in execution information#7951
hansva merged 1 commit into
apache:mainfrom
mattcasters:issue-2267

Conversation

@mattcasters

Copy link
Copy Markdown
Contributor

What

Adds pipeline/workflow error and stalled icons in the Execution Information perspective so failed and stale executions are visible without relying only on row background color.

  • New SVGs: pipeline-error, pipeline-stalled, workflow-error, workflow-stalled
  • Tree items and open viewer tabs use the matching icon
  • Existing background tints stay (failed = light red, stalled = light gray, running = muted blue)
  • Failed wins over stalled; finished/running keep the default icon

Fixes #2267

How to test

  1. Open the Execution Information perspective after running some pipelines/workflows with an execution information location configured.
  2. A failed execution should show the pipeline/workflow icon with a red !.
  3. A running execution that stops updating (stale beyond the location logging interval) should show the orange ? badge.
  4. Refresh an open viewer tab and confirm the tab icon updates with the same status.

…ation

Add pipeline/workflow error and stalled SVG icons and use them in the
execution information tree and viewer tabs. Keep the existing row
background colors as a secondary cue.
@hansva
hansva merged commit d4cea5c into apache:main Aug 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Add pipeline/workflow status to execution information perspective

2 participants