Invalid credentials when signing in
Hi, I’ve just set up a self-hosted instance of Windmill but haven’t logged in yet. When I try to sign in using the default credentials, I receive an “invalid credentials” error.
Is there a way to reset the password?...

Branch to all: skip condition for an entire branch?
Hi, when using Branch to All: is there any way skip an entire branch? Early termination for flow is terminating the entire flow and not the branch.
Collecting results within for-loop steps
I have a flow - screenshot attached. It does multiple things inside a for-loop. I want to collect the results of the steps in the loop and return them as an array of objects from the overall flow. How do I do that? The final "result" step in the flow does not seem to be configurable. Maybe I need to add one additional step - just not sure what kind it should be to collect results.

2 Questions about self-host
1 . I am going to set up a self-hosted windmill by using Docker Compose from Windmill Labs. I need to set up a volume to point to my share drive so a script created on Windmill could read the data source from the share drive.. I added a volume under the windmill_worker, and I tested it; it works well. I checked the guidance from https://www.windmill.dev/docs/advanced/self_host to learn the difference between the server mode and worker mode, so I think setting up the volume under worker mode is correct rather than setting it up under the server mode. I am not sure if it is correct. May I have any suggestions here?
2. All the workflows or scripts created on Windmill, may I know where they are saved? I would like to move all workflows and scripts on my testing environment (I set up the testing environment by using self-host as well) to a server, so I don't need to rewrite them again...
Github sync in one repo and two workspaces
Hi,
Is there any documentation, I want to do a github sync for two workspaces under same repo but separte directories. I have tried doing it, one workspace works but sync for second workspace does not happen, would appreciate any help!!....
Push log to Elasticsearch with a filebeat sidecar
I want to push the logs that exist in the folder /tmp/windmill/logs of my workers to Elasticsearch by using a Filebeat sidecar to watch this folder and push those logs to Elastic. The problem that I noticed is that I'm able to push only the logs that are too long to be displayed in the UI, while the short ones are not saved in this folder. Is there a way to push all the logs that the workers produce? Thanks
No variable permissions on scheduled runs only
We are running a couple of scheduled jobs in windmill what make use of variables as input parameters.
Basically we have flows with one step in them which is one python script that has variables configured for their input.
When triggering them manually by user 4's account they work fine.
But if we configure a schedule it fails on every scheduled run due to a lack of permissions....
Error when running a migration and connecting to external database
I want to connect Windmill to external database (Supabase), and when I run the migrations, I get the error message related to applying the 20241127171723 migration. I was wondering if someone had a similar problem before?
This is the error message:
Error: Error migrating db: Migrating database: while executing migration 20241127171723: error communicating with database: expected to read 5 bytes, got 0 bytes at EOF...

Can’t Use More Than 9 Positional Parameters in Bash Script Step?
Hi team, I really like your product and we use it very well for our infra automation
I'm running into an issue with Bash variable declarations in a script step.
When I define variables like this:...

Is it possible to set the value of a component in a specific iteration of a List?
I have a List component with multiple iterations/items, and I would like to call setValue on a specific component within an iteration of the List.
For example, is it possible to do something like where b is the Select component in the 2nd iteration of my List?...
setValue('b.2', 'some value')
setValue('b.2', 'some value')
Can I restore removed App?
By acciddent I have overwritten my remote Windmill workspace, using
wmill sync push
. I thought it works more like git merge
, and would merge changes instead of overwritting whole workspace.
I edited files A and B, (in f/scripts
directory), but my app (f/Apps/fake_new_review
) was removed. Can someone help me?
Can someone from Windmill team can restore it?...Error opening Windmill in a browser
When I install Windmill and try to open it in a browser, I get the this error message:
I tried opening it in different browsers (Chrome, Microsoft Edge), but it doesn't open anywhere.
Any advice on what I should do?...

Curl Example at Trigger
The curl exmaple at trigger page can you guys make it as a real curl post so its easy to copy and paste to postman, right now post man doesnt recognize it
App Component File input stuck when file size is larger than 10MB.
Basically entire page frozen in the app edit page after uploading a csv greater than 10 mb in file input component. Tried increasing request size limit in docker yml but I think this time nothing to do with it. Cuz no error message just simply frozen when file size is huge
Folder icon feature
Is there a way to add an icon to a folder?
This way it's easier to quickly recognise what the script/flow/app is apart of what scope.
For example a user might want to create a new internal integration for specific app. They would then make a folder with the respective name and also attach an icon for that folder....
Instance timeout ignored during an approval step
I have set the default instance timeout value (2 days) hoping that it would let all jobs run without an explicit overriding timeout, for up to 48 hours.
And yet my node gets a 30-minute timeout for some reason (see image 2).
Is there anything in the configuration I am missing?...

deployed script env
Is there any env variable to check if the script runs deployed or dev? logging gonna be fat