mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(API): Add failureRate as sort field for insights by workflow (#14247)
This commit is contained in:
committed by
GitHub
parent
4ea219b1f7
commit
877823d887
@@ -8,6 +8,8 @@ const VALID_SORT_OPTIONS = [
|
||||
'succeeded:desc',
|
||||
'failed:asc',
|
||||
'failed:desc',
|
||||
'failureRate:asc',
|
||||
'failureRate:desc',
|
||||
'timeSaved:asc',
|
||||
'timeSaved:desc',
|
||||
'runTime:asc',
|
||||
|
||||
Reference in New Issue
Block a user