How to hide a job in the runs history?
I have a schedule that runs a specific job every 10 seconds. I would like to hide this job from the runs history but not completly remove it. I read somewhere that there is an option to hide the job from the job owner but that is not what I want. To describe it in a few words, I want to have a reverse filter on a job where windmill shows all jobs except that one in the runs history. Is that possible?
Thanks!
P.S
Windmill is an insane tool and I like it very much! Kudos to the creators!
4 Replies
Hi @Blinxen , there is no blacklist filters for now
Is that planned or can I help implement this?
not planned, you can give it a try if you want: https://github.com/windmill-labs/windmill/blob/main/backend/windmill-api/src/jobs.rs#L1552
GitHub
windmill/backend/windmill-api/src/jobs.rs at main · windmill-labs/w...
Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal...
Will do, thanks