Windmill

W

Windmill

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

Join

help

general

changelog

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?

Run docker container in flow and curl against it

Heya, I'm trying to spin up a docker container as part of a flow and I want to wait for it to be available. Here's what I have so far, but it doesn't seem to be reachable via cURL from here. ```bash shellcheck shell=bash...

[FIXED] TS Bun Deployment Fails with with googleapis lib

Hi, noticed that deployment of TS Bun script is failing, even though code execution works as expected when the script is tested mimimum reproducible .ts bun script ``` ...

from script assign which worker group

Is there a way we can decide which worker group script gonna run from the script?

passing down maps in a flow

Is passing down objects in typescript like Map<string,number> supported in flows? Because I can print it in my script but when I pass it downwards in a flow, it's complaining about undefined

[FIXED] Windmill Database Studio Type Conversion Issue

I'm running into a strange issue with Windmill's Database Studio component that I thought I'd share: Is it an issue with my database? Context:...
No description

Database Studio Table thinks my Postgres bigint column is a string

I have a Postgres database with tables that use bigint colums for IDs. Using these tables in scripts and AgGrids works fine, but the Database Studio Table for some reason seems to interpret them as strings (even though the column config looks like it is correctly identified as bigint.) As a result, when ordering rows by ID, they are ordered lexographically (eg 1, 10, 11, 2, 20, ...). Postgres integration seems to work well everywhere else. Also, Database Studio Table doesn't seem to have this problem with MySQL tables....

Dynamically fill form enum values

Is there a way to dynamically set the options in a dropdown in an app? (output of a flow). I tried the form component and that doesn't appear to be an option.
No description

Offer S3 files for dowload in apps

We have an app where a user clicks a button, and a file is generated in a flow. We are stuck at how to now offer this file for download to the user: in our flow, we return an S3 Object which we can interactively "click" to download the generated file, but how to do this in apps? Thanks

How to enable output of info log level?

Hello everyone! How to enable output of info level logs? I use Python scripts and want to receive debug or info level logs in output. But I can only receive warning logs and higher. What is the reason for this?

Install from private repo python dep

when i install normally the dep from private repo via pip it works but if ill use, requirements or extra_requirments it wont be installed...
Next