Windmill

W

Windmill

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

Join

help

general

changelog

Access name of uploaded file (base64)

Is there a way to get the name of the uploaded file?
No description

port used for resume URLs

Hi, I've written a approval script for my flows, when generating resume urls with wmill.get_resume_urls(), it keeps generating urls for port 8080 even though my windmill server is sitting on the default port 80. Therefore, whenever I try to use the generated resume urls, it fails and I am forced to manually switch the url to use port 80. For dev, I've just got the windmill server up and running using docker compose up. Is there any other config I need to do to get resume URLs working?...

Branch All Parallel throwing Error

In this configuration, which is simple echo bash scripts at present throws error mentioned in the image. I tried to check in GitHub issues and documentation about "Branch", but found no instructions about what could be the reason for this error. Edit #1: Error shows up after "Shared Directory" is enabled. Edit #2: Solved. ...
No description

Windmill on Windows without a Docker

Hello, I noticed that Windmill supports native Windows functionality without Docker only in the Enterprise Edition. Are there any plans to release free-to-use binaries for Windows in the Community Edition? I’m interested in exploring Windmill for local hobby projects at home but would prefer not to use Docker or virtual machines. Hypervisors tend to consume significant resources, even with minimal configurations like a single VM with 1 vCPU and 2GB RAM in an idle state. This makes Docker and VMs inefficient options on Windows for lightweight use cases....

Is there a way to pass a context variable into database studio?

I want to pass ctx.email into the Where Clause
No description

Edit init script

Is there anyway to edit the init script?
No description

API for create new Resources and ResourceType

Is there any API to create Resources and Type?

import workplace script in inline skript

I have a script in my workspace: u/chrsch/useful def foo(): print('Common logic!')...

Locked out of Windmill

Hi! We've been testing out Windmill for some time now. Today we were checking out how workspaces work and how we can give rights to users. Somehow we managed to lock ourselves out and we were logged out of our only superadmin account. Logging in again does not work as it's saying our credentials are invalid even though we know for sure they are correct. This happened when we removed users from a specific workspace, including the superadmin, and with that we lost complete access. Is there any way to restore this so we can access our scripts and flows again?...

What Postgres versions are supported?

Hi there, I am just wondering if older Postgres versions are support (specifically v11). Thanks

Info Popup

Is the info icon with help on hover available as an app component? Any way to do this?
No description

Get overview of running jobs for specific flow in App

I'm wondering if this is possible - can we show the status of a flow's execution in an App ? I didn't find a way to do this. Basically, a list of running jobs for a specific flow....

File input component & component re-rendering in app

The upload button works as expected on first load. However after adding a file & removing it again, the upload button does not get disabled again. Are we doing something wrong or is this a bug?...
No description

Stream file to browser from table action

We are trying to stream a binary file to the browser - we can do this with the "download file" component, but we can't find a way to do this directly from a table (we can't embed the "download file" button in a table). Is there a way to do this?
No description

Trial warning on AgGrid component in app

We see this trial on all AgGrid components (EE and non-EE), even with an EE license. Is there a way to remove this ?
No description

Internal: Object store client not present, cannot stream logs from store when clicking Show more...

When Windmill truncates the logs of a particular run and shows the "Show more..." button, clicking it causes the error from the title. We do have "Instance object storage" configured in the Instance settings, and clicking both "Test from a server" and "Test from a worker" results in a success. Any ideas?...
No description

recursive loop in windmill.dev

I need to create a loop that start and run against a list that depends on the output of each loop. I can't find a way to do it? 🚀 🔥 😇...

Voice Recorder on Python

Is there an easy way to record audio and voice in Python in real time? Right now this script I made can allow uploading but I'd like to record audio in real time.
No description

for loop unresponsive in a flow

So I got a large string array (250k) and I try to iterate over it in a flow but the whole thing hangs despite what I'd assume is enough compute resources. any ideas?