diff --git a/packages/ingestion/model/runOutcome.ts b/packages/ingestion/model/runOutcome.ts index d3ed242dd..48bddb6a4 100644 --- a/packages/ingestion/model/runOutcome.ts +++ b/packages/ingestion/model/runOutcome.ts @@ -3,4 +3,4 @@ /** * Task run outcome. */ -export type RunOutcome = 'success' | 'failure' | 'processing'; +export type RunOutcome = 'success' | 'failure';