Windmill

W

Windmill

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

Join

help

general

changelog

Errors Deploying and Testing Scripts

Hello, I'm getting some internal windmill errors on both my prod and dev instances when trying to deploy and test scripts. The main error states "an endpoint requires a privilege that you do not have" when clicking on the Test button when a script is open. This is a recent error, Windmill was functioning fine last week. I am seeing this error in the logs on the servers, workers and indexer pods and wasn't sure if it was related : 2025-07-08T16:27:53.922014Z ERROR Could not receive notification, attempting to reconnect to pg listener target=windmill I attached a screenshot for reference...
No description

Integrate Windmill flows in React application

Hello we are building an enterprise level solution, and we have a screen of workflows in our dashboard and we want to implement Windmill flow in our react application. What are the best way to do it? Also what will be required to implement it? If someone can help me out then I will be really grateful.

Crash in wmill sync push – TypeError in sync.js due to undefined value.type

I'm running into an issue with the Windmill CLI when trying to push a sync with triggers included. After running: wmill sync push --yes --include-triggers I've got following output: file:///opt/homebrew/lib/node_modules/windmill-cli/esm/sync.js:156...

Licensing Query: Windmill for University Hospital IT (Internal Use)

Hi Windmill Team/Community, We are currently exploring workflow orchestrator software for internal use within the IT department of a university hospital. Windmill looks very promising for our needs! We're particularly interested in starting with the Community Edition to evaluate its suitability, with the potential to upgrade to the Enterprise Edition if it works well....

Html output from my script for Microsoft OAuth result.

I have successfully implemented microsoft authorization flow using its code based authorization flow. So it works as below. 1. created a script to capture the code 2. added a no auth http trigger which i added to the redirect url for microsof login. 3. created a microsoft login url 4. copy pasted the url in browser which asks for microsoft authentication and then redirects to the http trigger....

Is it possible to group all entries in v2_job by the parent flow that they're part of?

I am trying to understand and debug the steps that write too large args values into the v2_job table. What I would like to do is somehow group them by the parent flow. Is that possible? I see that there columns like parent_id and flow_innermost_root_job, but they seem to be different even for steps within the same enclosing flow. ...

disable webhook and email triggers

The documentation states that every script and flow in Windmill gets autogenerated webhooks and supports email triggers by default. It does not provide information on disabling the default webhook or email triggers

Quickbooks integration: realmId and token

Hello, I'm having a hard time getting Quickbooks to work in Windmill. I've created an Oauth resource of type "quickbooks" and successfully authenticated with my Intuit developer account, but the created resource doesn't have a realmId and token field values. Where do I get these from? I've created a development App and a sandbox company in the developer portal but can't find the realmId anywhere. Any resource or guidance would be welcome!...

Accessing file system

Hi! First of all, thanks for the great software. I was wondering if one could access the host file system from scripts. A typical use would be having some legacy app dump a file export to a smb/cifs share, mounted on the VM Windmill is running on, for further processing. Is this as easy as mounting the share inside the worker containers in the compose file and then doing whatever file i/o is needed in the scripts? Asking instead of just trying it as I can't try it right now 🙂

QA testing

Hello, I would like to ask if I can have test scripts in Playwright, Chai, or various test frameworks within Windmill, and send test results based on that. Thank you.

Windmill workers distributed across multiple K8s namespaces

Will Windmill work fine if we deploy N workers we have (tagged differently for various workloads) across different K8s namespaces. The idea is to make different teams responsible for what their workers do and how many resources they use, but keep the frontend the same for everyone. Technically, it sounds like this should be possible as long as Windmill is just searching by label in the entire cluster, but maybe there's something else. ...

Automated Instance Setup

Hi, is there a way to fully automate the setup of a windmill instance without any manual interaction? I got so far as to deploy a selfhosted docker stack with windmill, postgres and caddy. I can manually click through the initial setup wizard to enter the license key and it all works after that, so far so good. I would now like to skip/pre-seed the initial setup wizard or at least add the licence key and setup a secure admin account. I'm sorry if I overlooked something obvious in the docs but I'm kinda lost on this as this is all quite new for me, any input is appreciated!...

Step Arguments

Hello there! I’m currently using Windmill v1.492.1 and experiencing an issue with passing arguments from the flow input to a step. When I trigger the flow via webhook, everything works as expected—the arguments are passed correctly. However, when I try to manually run the same flow through the UI using the exact same arguments, one of the steps (which expects 4 arguments) receives None for at least one of them....

Error Handler Option Not Allowing Custom Script

Hello! I do not know if this issue is being tracked elsewhere however, my team has noticed that we are unable to select our custom script that logs errors to Slack. Was there an update done that broke this capability? Or is there something that I am missing with regards to sharing the folder? Any assistance would be greatly appreciated....
No description

Unable to save Azure OAuth resource. database: value too long for type character varying(1500)

Windmill CE v1.500.2 After authenticating with my account, I am unable to save the resource to database because the token exceeds 1500 characters. Retrieved token length is at 1779 characters....
No description

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? ...