Windmill

W

Windmill

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

Join

help

general

changelog

Any changes to state trigger a refresh on one of my dropdown select component?

So this drop down select component is very important, and changing it's values triggers a lot of dependencies. But for some reason when I work with other components that work with my state, something somehow triggers the change in this dropdown to go back to default value. I've been trying to track what causes this but to no luck. I'm on V1.136.0...

Python 'AttributeError' for certain modules

Hi, Im trying to run a python script in Windmill's UI, but am getting an 'AttributeError' for certain packages such as numpy (example in screenshot). When I run print(numpy), I get the following: <module 'numpy' (<_frozen_importlib_external.NamespaceLoader object at 0x7f28c4de3750>)>. However, I was told by support that I should see the following: <module 'numpy' from '/tmp/windmill/cache/pip/numpy==1.26.1/numpy/__init__.py'>. Could this have something to do with my install/scripts? Would ap...
No description

Permission denied error with windmill and supabase

Hi everyone, I need some help with Windmill. I'm trying to deploy it on railway using the Dockerfile and connect it to a supabase database. The deployment works fine, but I get this error when I run it and logged in: Sql error: error returned from database: permission denied to set role "windmill_admin" Does anyone know what's causing this and how to fix it? Thanks in advance!...

Running "side effects" in flow / return early to (windmill) App

I'm having a use case that I think is not normal maybe, but not unheard of at least. But I'm not sure how to model it in windmill. I have a (windmill) app that runs a flow, the flow inserts into a database, and then it notifies about this a couple of places (slack, email). What I would like to achieve is to return a result o the user after I have inserted into the database, and then let the flow do slack and email afterwards. so the user do not need to wait on this result. The only way I see doing this now, would be to call another flow from the HTTP endpoint... but that feels a bit hacky since I now can't see the relation between the flows. ...

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