GEO-BON/bon-in-a-box-pipeline-engine

Support null output in viewer

Open

#379 opened on May 6, 2026

View on GitHub
 (2 comments) (0 reactions) (1 assignee)JavaScript (5 forks)auto 404
buggood first issue

Repository metrics

Stars
 (8 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the bug In the viewer, outputs left null are not handled properly. We can see a 404 for a missing CSV, or blank images for a missing image.

This should be supported since pipelines can have options that leave some outputs null. For example, the protconne pipeline has a time series option.

Steps To Reproduce

  1. In "Run pipeline", choose the protconn WDPA pipeline.
  2. Parameterize the run, with the time series option turned off.
  3. Run the pipeline.
  4. Open the results in the viewer.
  5. Try to visualize the missing outputs.

Expected behavior I should either remove the output from the left section or leave it with the "No output" message like in the run UI. I think removing it makes it cleaner since this is a demonstration UI.

Contributor guide