windmill-labs / windmill-labs/windmill
bug: scheduled flows with dynamic skip script are not shown as runs
@rubenfiszel is already working on this.
Since Apr 22, 2026.
- Dominant language
- Rust
- Stars
- 18k
- Forks
- 1.1k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 328
Description
Describe the bug
When you setup a schedule for a flow, you can see each run in the 'Runs' overview. Once you set up a dynamic skip script for a schedule, even if the skip script returns true and allows the flow/schedule to run, you don't see it anymore in the Runs overview, unless you change the 'Runs' filter to 'All' (but then you also see a lot of other 'noise')
To reproduce
- Setup a flow
- Setup a schedule for the flow that runs every minute
- Go the the 'Schedules' overview and click on 'Runs'
- Observe that each scheduled run is shown in the overview
- Implement a dummy dynamic skip script that always returns
true - Go back to the 'Schedules' overview and click 'Runs' again
- Observe that no runs are shown
- Change the filter at the top from 'Runs' to 'All'
- Observe that the scheduled flows are shown
Expected behavior
I would expect the scheduled runs to show up as runs when a dynamic skip script is used, for easily diagnosing the current health/status of scheduled flows
Screenshots
No response
Browser information
No response
Application version
v1.669.1
Additional Context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.