diff --git a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java
index cb3a33355850cc1e276ae5c3aa97ca97b44c5bde..4c8f23370c6c97fe021e5195b8ec1f1efe6affa4 100644
--- a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java
+++ b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java
@@ -38,6 +38,7 @@ public class SPIMPipelineProgressViewController extends BorderPane implements Cl
 		taskExecutionState2Color.put(JobState.Running, Color.YELLOW);
 		taskExecutionState2Color.put(JobState.Finished, Color.GREEN);
 		taskExecutionState2Color.put(JobState.Failed, Color.RED);
+		taskExecutionState2Color.put(JobState.Queued, Color.AZURE);
 		taskExecutionState2Color.put(JobState.Unknown, Color.GRAY);
 	}