You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc/state-models.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -503,23 +503,23 @@ batchActionDefaults:
503
503
- actionName: request-aging
504
504
titleKey: request-aging-express
505
505
title: Request aging of express requests
506
-
batchQuery: "(state = VALIDATED or state = WILL_SUPPLY or state = CONDITION_PENDING or state = NEEDS_REVIEW) and service_level = Express"
506
+
batchQuery: "side = lending and (state = VALIDATED or state = WILL_SUPPLY or state = CONDITION_PENDING or state = CONDITION_ACCEPTED) and service_level = Express"
507
507
schedule: "FREQ=MINUTELY;INTERVAL=15"
508
508
actionParams:
509
509
interval: 2h
510
510
511
511
- actionName: request-aging
512
512
titleKey: request-aging-rush
513
513
title: Request aging of rush requests
514
-
batchQuery: "(state = VALIDATED or state = WILL_SUPPLY or state = CONDITION_PENDING or state = NEEDS_REVIEW) and service_level = Rush"
514
+
batchQuery: "side = lending and (state = VALIDATED or state = WILL_SUPPLY or state = CONDITION_PENDING or state = CONDITION_ACCEPTED) and service_level = Rush"
515
515
schedule: "FREQ=HOURLY;BYMINUTE=0"
516
516
actionParams:
517
517
interval: 24h
518
518
519
519
- actionName: request-aging
520
520
titleKey: request-aging-all
521
521
title: Request aging of all requests
522
-
batchQuery: state = VALIDATED or state = WILL_SUPPLY or state = CONDITION_PENDING or state = NEEDS_REVIEW
522
+
batchQuery: "side = lending and (state = VALIDATED or state = WILL_SUPPLY or state = CONDITION_PENDING or state = CONDITION_ACCEPTED)"
0 commit comments