WhyDeeW
Windmill11mo ago
1 reply
WhyDee

Trouble Cancelling Jobs with Filters – Always Says 0 Matched

Hey everyone,
I'm trying to cancel a batch of jobs using the "Cancel all jobs matching filters" option, and I’ve set up filters like path, not running, scheduled before now, etc.

But every time I try, the confirmation popup says “0 jobs matched the filters,” even though I see jobs in the list that clearly match.

Here’s a sample of the filter object I’m using:

{
  "workspace": "sample-workspace",
  "scriptPathExact": "f/services/sample_service",
  "running": false,
  "isSkipped": false,
  "hasNullParent": true,
  "suspended": false,
  "scheduledForBeforeNow": true
}




Maybe I’m not fully understanding how job selection works with the filters. Could someone share an example or explain what I might be missing?

Appreciate any help!
Was this page helpful?