Windmill

W

Windmill

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

Join

help

general

changelog

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...
No description

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:...
No description

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
setValue('b.2', 'some value')
setValue('b.2', 'some value')
where b is the Select component in the 2nd iteration of my List?...

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

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

deployed script env

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

Error at TAB Summary and Description

press tab not sure why but ai works ok at chat
No description

Invalid peer certificate on SQL server resource

There appears to have been a regression in the MS SQL resource type. When connecting to a SQL server instance with a cert from a private CA I get the message below
Connection error: execution error: Error: An error occured during the attempt of performing I/O: invalid peer certificate: UnknownIssuer @mssql_executor.rs:150:43
Connection error: execution error: Error: An error occured during the attempt of performing I/O: invalid peer certificate: UnknownIssuer @mssql_executor.rs:150:43
...

Issue with ms_sql_server in Windmill cloud

When attempting to use a ms_sql_server resource in Windmill cloud, despite using user/pass it errors out with the following: Connection error: execution error: Bad request: Invalid AAD token format - expected { token: string }...

app editor hangs when editing image source in list component

I have a list of 150 entries, I want to display the name and image of each entry, when I try to eval each "iter" for the image source, the editor becomes mega slow, eventually freezing and seemingly producing thousands of undefined errors per seconds, eventually triggering the chrome unresponsive tab failsafe
No description

Handling Heavy Data in Apps

What should I do if I'm building a relatively large DataFrame in a Python Background Script within an app (e.g., >2MB) and I need to display this data using the AgGrid table component? Is this possible?

script runs fine, but deployment fails with Could not resolve: "typescript".

Hi, see the error message below! ```job=0195f058-b1b3-8dc4-b026-3bbecc16134e tag=chromium worker=wk-reports-e4fded849859-PcTkC hostname=e4fded849859 bun install v1.2.4 (fd9a5ea6) Resolving dependencies...

Download file as script result (windmill UI)

Hi all, I've recently started using windmill and it's amazing!! 🔥 I can't seem to get it to detect my script result as a download in the UI (works if i use an app with a download button). Which would be the correct way?...