feat: PAY-2613 add missing status field for select (#19071)

Co-authored-by: Stephen Wright <stephen.wright@Mac.Home>
This commit is contained in:
Stephen Wright
2025-09-02 13:34:27 +01:00
committed by GitHub
parent 1ced801358
commit 9569965a0b
3 changed files with 14 additions and 0 deletions

View File

@@ -706,6 +706,7 @@ export class ExecutionRepository extends Repository<ExecutionEntity> {
'workflowId',
'waitTill',
'finished',
'status',
],
where,
order: { id: 'DESC' },