diff --git a/specs/ingestion/common/schemas/run.yml b/specs/ingestion/common/schemas/run.yml
index 5e4db229f5..ad06e61252 100644
--- a/specs/ingestion/common/schemas/run.yml
+++ b/specs/ingestion/common/schemas/run.yml
@@ -85,7 +85,7 @@ RunStatus:
 RunOutcome:
   type: string
   description: Task run outcome.
-  enum: [success, failure, processing]
+  enum: [success, failure]
 
 RunType:
   type: string