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 38b7ee4 commit 1f629e4Copy full SHA for 1f629e4
src/api/submission/submission.service.ts
@@ -2287,7 +2287,12 @@ export class SubmissionService {
2287
});
2288
}
2289
2290
- const TERMINAL_STATUSES = ['COMPLETED', 'FAILED', 'CANCELLED'];
+ const TERMINAL_STATUSES = [
2291
+ 'COMPLETED',
2292
+ 'FAILURE',
2293
+ 'CANCELLED',
2294
+ 'SUCCESS',
2295
+ ];
2296
2297
const runs = await this.prisma.aiWorkflowRun.findMany({
2298
where: { submissionId: id },
0 commit comments