Windmill

W

Windmill

Join the community to ask questions about Windmill and get answers from other members.

Join

help

general

changelog

Remove darkmode from App?

Is there a way to remove darkmode from app? I created a app and customized it a bit to get a better look and feel, but I forgot that windmill has darkmode... And now the look and feel is awefull for toose users. I do not want to support 2 designs. Is there a way to remove the darkmode from the app styles? ...

Two or more event handlers of button

Is it possible to bind multiple actions to the "click" event? For example, I want to run a Deno script (send a request with data) and then a Frontend JS to change the state.

Always-on scripts/flows?

Is there a way to have some HTTP server / blocking function to run and never stop?

Nested for loops?

Is there any way to reference the iteration value from the outer for loop?
No description

WordPress / WooCommerce support?

Any plans to add WordPress support?

Kubernetes Helm Chart Installation First LogIN

Hello guys, I installed afew hours ago but I cannot find any login credentials what is the default credantials?
No description

Which rest api to use for re-running a failed flow-run

My usecase is if some flow-run gets failed in production workspace (which i dont have access to) due to 3rd party rate limiting issue. We want to run that job again by clicking on "Run again" But since i dont have access to that workspace, i cannot run that again. And senior have to run that....

Setting up oauth resources for gdrive/gsheets on self-hosted

Hi, I'm trying to set up google sheets and google drive oauth resources on my self-hosted windmill but need some help with the last steps. I followed the setup OAuth and SSO guide, added the relevant OAuth clients on google side and set up OAuth in Superardmin Settings -> Instance Settings -> SSO/OAuth. When it comes to adding the actual resources, they're not listed under OAuth APIs, and only in the Others category. When I use the gdrive/gsheets resource from that category, the resource does not appear to work as expected when I use it together in scripts....
No description

Error while saving the flow as a draft: Not authorized: You are not owner of the folder ABC

Getting this error on workspace where I am not an admin but an Author and in folder where I am writer and not owner. Same error for script also : Error while saving the script as a draft: Not authorized: You are not owner of the folder ABC...

Any one-click way to move one particular script/flow to another workspace ?

Any one-click way to move one particular script/flow to another workspace , instead of manually building that flow/script again ? I understand it is a difficult thing as folder name, path name, variables, etc all have to be moved then but any workaround ? ...

Proxmox deployment and OOM(?) errors

Hello everyone, I've been using Windmill for months on an Ubuntu server, with Windmill deployed in a Docker container. It's been working flawlessly. Lately I've been looking into using Proxmox on this server for my home setup. ...

Schedule cron expression

I want to run a schedule every minutes from 4 am to 6 pm , on mon, tue, wed, thu, fri when using * 4-18 * * 1-5 it is saying that it will start frm january 2024 can you guide pls @rubenf...

Gracefully exiting workers

I'm currently in the process of running some scheduling jobs, that I want to run quite often. Let's say every 5 sek or so. But I could also only do it once every 15 min. I'm sending a mail to new users of windmill, and nowadays people is expecting mails fast. I still run my system on docker compose. And I'm currently updating the containers quite often. docker sends SIGTERM and then SIGKILL after a grace period [1]. how does windmill workers behave when executing a job and getting a SIGTERM?
I'm never in a rush, so I do not want to kill them. my thinking is that I should configure the grace period to be the same as the TIMEOUT env var. But then I expect the workers that recive a SIGTERM to exit and not take on another job. Is this a correct understanding of how workers in windmill should work?...

Self Hosted Windmill Enterprise Edition Plugins

Please share the list of plugin that will be avalaible in Windmill Self Hosted Enterprise Edition

How can I delete a row in the AgGrid table?

While defining columns for table, i added a "Delete" button, when i click this button, i want to delete the currently selected row. How can i do this? . Thanks so much
No description

app like chatgpt

Is there a way for me to create something like a "chatgpt" within Windmill? I would like each internal person of a company who receives the app link to have a conversation with the chat (as if it were an interview), and this conversation would be saved as a respondent record in a database that I integrate.

Permission denied when piping bash output to the result outputs

Running the below command in a bash script docker ps -a --format "{{.Names}}" | './result.json' I'm seeing the following error: ```{...

Version Control of an APP?

Does windmill support version controlling with multiple developers working on same APP? For example I work on Tab 1, my colleague works on Tab 2, any way to merge this using windmill, or will once I save my draft or deploy overrwrite his working session?...