We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d621ef commit 28f7703Copy full SHA for 28f7703
packages/ingestion/model/runOutcome.ts
@@ -3,4 +3,4 @@
3
/**
4
* Task run outcome.
5
*/
6
-export type RunOutcome = 'success' | 'failure' | 'processing';
+export type RunOutcome = 'success' | 'failure';
0 commit comments