Windmill

W

Windmill

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

Join

help

general

changelog

Interrupted worker causes flow to hang then cancel

Hello, I encountered the following error in my workspace where my flow was cancelled due to an interrupted worker. Attached below is a reproduction as well as flow logs. version: Windmill EE v1.501.4...

How can I use SQL scripts with Supabase resource in Windmill (self-hosted)?

I'm migrating my self-hosted PostgreSQL db to Supabase and trying to integrate it with my self-hosted Windmill instance https://www.windmill.dev/docs/integrations/supabase The guide recommends setting up Supabase as a resource using the url and key. This works for querying through TypeScript...
No description

Getting job status by path

Hi there Looking for the way to get the flow status by his path. I have tried wmill.get_job_status but this is not very helpful since the ID can change when deploying a new version of the flow Thanks...

# Go Script Package Conflict Error

Getting consistent build errors when trying to run any Go script in Windmill: ``` exit code for "go build": 1 main.go:7:5: found packages main (inner_main.go) and inner (runner.go) in /tmp/windmill/.../go/inner...

Uniqueness in user flow states for error handlers

Hello, I have a flow with a for loop step running its iterations in parallel. The scripts within this step set user flow states in the event an error occurs. This flow state aims to provide extra information to my error handler. Is there a means of providing uniqueness to the flow state data so as my error handler has access to the correct state? ...

Cost of Developing locally in VSCode

Hello, I am trying to setup windmill within vscode to develop and debug my flows and scripts following the documentation for editing scripts locally. The documentation further mentions it is possible to run scripts locally provided my development environment is setup correctly. Although I have the dependences installed (Deno and Bun), would my Windmill workspace incur costs?...

Email triggers on K8s with Windmill Chart

Hey guys, I followed the setup shown in the github charts project and the documentation. I've created a new flow to be triggered by email but it doesn't run. I noticed that the windmill-app deployment doesn't have the port 2525 open, only 8000 and 8001. Am I missing something?
No description

Buttons not been enabled

Hi! After updating to version CE v1.500.3, some conditional buttons stopped being activated when re-evaluated. However, when resizing the screen, the button is re-evaluated and becomes enabled. Here's an app where the issue can be reproduced: https://app.windmill.dev/apps/edit/u/antonioalves2/beautiful_app...

Question about air-gapped environment

Hi Windmill team 👋, I’m Kyuesung Oh from LG CNS Korea IT Service company. We need to deploy Windmill completely air-gapped (no outbound internet) inside a high-security manufacturing network. Could you clarify a few things? 1. Offline installation path...

Windmill is a blank white screen

I've just set up Windmill in my lab using docker on Almalinux 9. When I point a browser at the VM, I just get a white screen. I've turned off firewalld and selinux for now, just to eliminate them as possibilities. I'm not seeing any errors in the windmill_windmill_server_1 or windmill_caddy_1 logs. How can I troubleshoot this?...

Cannot add git sync

Hello, I'm trying to do a basic evaluation of the Cloud offering but the "Git sync" in my work space settings appears to be broken. I'm getting the same results on Brave, Chrome, and Safari. Two issues of note:...
No description

Remote agent + Powershell + ActiveDirectory module

Hello. We try to run ActiveDirectory Powershell commandlets using a remote agent installed on a windows server. Locally, commandlets works fine. From Windmill Powershell script, set up to use the windows remote agent , active directory commandlet not works, as ActiveDirectory module is not imported (Try to import it explicitly in the script). Do you know if there is a tips ?...

Single concurrency without dedicated worker or time limits

I have a script that I want to restrict to only running on one job at a time. However, I do not require that it is dedicated to a specific worker. And I do not have a requirement for how many times that script can run in a certain time period. Is there a specific set of options I can configure in the Runtime settings for the script that will provide this?

Invalid remote: {workspace_name} not found among the additionalRemotes

I use vscode extension windmill but when i want to see previews it caues this error Invalid remote: jisu-demo not found among the additionalRemotes Did anybody suffered this problem ?? Please help me...
No description

Cannot navigate between Nodes in Decision Tree app component

Hello, My team and I have encountered an issue with switching between nodes in the decision trees. The next button on the nodes are disabled although the condition on the node has been statically set to true. Debugging the nodes also has the same results. Attached below is a reproduction of the encountered error. We observed this behavior about the same time as yesterday. Windmill Version: Windmill EE v1.498.0-7-gc08832215...

Sudden and huge growth of Windmill's DB

I noticed just today that starting from about a month ago, our Windmill's CloudSQL instance started to grow in disk usage from 3-4 GBs to 90-100 GBs all of a sudden. I know, this is not entirely related to Windmill per se, but maybe, based on your experience, there are some specific things that can trigger this growth and that I should take a look at first of all? Thanks!...
No description

For Loop is very long

I try to iterate over a loop of 200 elements fetched from mongodb. The for loop step is very long. But I do not understand why. What can I do the make this internal step from windmill faster ?...
No description

Understanding worker memory logs

We are running Windmill on ECS (Windmill Enterprise Edition v1.480.0) and seeing OOM errors after enabling S3 log forwarding. After inspecting the logs, we see messages like
{"timestamp":"2025-06-13T16:24:27.339628Z","level":"INFO","message":"ping update, memory: container=1742MB, windmill=1842MB","worker":"<worker_id>","hostname":"<host_name>","target":"windmill_worker::worker"}
{"timestamp":"2025-06-13T16:24:27.339628Z","level":"INFO","message":"ping update, memory: container=1742MB, windmill=1842MB","worker":"<worker_id>","hostname":"<host_name>","target":"windmill_worker::worker"}
...

Where do I find the general "table" component?

According to the documentation, there are 3 table components: https://www.windmill.dev/docs/misc/guides/table Where do I find the simple "Table" component? I don't find it in the components list....
No description

Cursor MPC Error listing offerings

I have configured windmill-mpc in cursor using this config `{ "mcpServers": { "windmill-mpc": { "url": "https://windmill.redacted.com/api/mcp/w/redacted/sse?token=REDACTED"...