Skip to content

Commit 4c72712

Browse files
authored
Merge branch 'main' into batch-action-owner-restriction
2 parents 1c5226e + d97ccb5 commit 4c72712

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

misc/state-models.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,23 +503,23 @@ batchActionDefaults:
503503
- actionName: request-aging
504504
titleKey: request-aging-express
505505
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"
507507
schedule: "FREQ=MINUTELY;INTERVAL=15"
508508
actionParams:
509509
interval: 2h
510510

511511
- actionName: request-aging
512512
titleKey: request-aging-rush
513513
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"
515515
schedule: "FREQ=HOURLY;BYMINUTE=0"
516516
actionParams:
517517
interval: 24h
518518

519519
- actionName: request-aging
520520
titleKey: request-aging-all
521521
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)"
523523
schedule: "FREQ=DAILY;BYHOUR=5;BYMINUTE=0"
524524
actionParams:
525525
interval: 72h

0 commit comments

Comments
 (0)