Windmill

W

Windmill

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

Join

help

general

changelog

Failed to deserialize form body on twilio POSTs to Windmill intake webhook

Windmill version: CE v1.208.0-12-gd82027cbf Webhook: https://windmill.redacted.dev/api/w/home/jobs/run_wait_result/f/f/twilio/twilio_intake?token=redacted I have twilio setup to post to a webhook trigger in a flow. Twilio sends texts as x-www-form-urlencoded payloads....

Nested JSON schema required fields

Hi, I have the following schema where the goal is to make "name" and "id" required within "Persona" (also set the order of the fields). For some reason it doesn't work. Am I missing something or is it an issue?...

Foreign key issue while attempting to delete workspace

Windmill version: self hosted CE v1.206.0-7 The PG database is the one provided with the docker compose setup (which I didn't update since I first installed windmill though) I attempted to delete a windmill workspace but was greeted with foreign key constraint violation errors. As I was in a hurry I fixed it myself by deleting manually the following rows (where WK_ID is the id of the workspace I wanted to delete)...

Download csv file from python script + app

Hello, I'm trying to download a csv file created in a python script launched from an app, but I can't find a functional solution for the whole thing 😦 No matter how much I encode my raw data in base64, return it, or store it in a state for download from a download button, I never get a correct csv file 😦...

Python cchardet lib

Hello! Why can't I import the python cchardet library to windmill?
No description

Draggable event listener for group container

I've been tasked with evaluating Windmill to build an application (lets just say 'similar' to Trello). I was wondering how I can listen for 'drag/drop' event on a group container? Or maybe I'm using the wrong type of component ...

Bun - not working typescript intellisense on imported npm modules

Hi, when I'm using Bun as a runtime I don't get any typescript info when I'm importing non-standard npm modules, like here: ```ts import { thingThatDoesntExist } from "zod"; ...
No description

Worker group tag

This Worker group is disabled... But I have several worker groups. I have restart the server & worker. Not sure what I can do.. I set the worker tags from the UI they are not in my docker-compose file....
No description

wmill cli sync error

When doing this command: $ wmill sync pull --raw --yes --token "<valid-and-verified-working-token>" I get the follow error message: ``` Debug logging enabled. CLI build against v1.201.0...

On Select Change Event Listener

I have a select box that's in a table in the action column and I have it populated with some items that have a label and URLs as the values. I'm looking to fire off some script when the action changes and I have no idea on how to make this happen. Is this a background (frontend) runnable? I tried standard javascript event listeners but those are not working. I appreciate any direction!

Configuring docker daemon used by windmill

Hi, I've attempted to configure the host daemon.json and ensure that /var/docker folder is mounted to windmill... but it doesn't seem to take effect. Can anyone shed some light on this?...

Components css classes

The Tabs component's css classes aren't applying the styles to the component on a Windmill cloud App. I noticed that on the elements html (with chrome inspect) the class ".wm-tabs-alltabs" is not on any elements. Also for agGrid-EE is there any way to remove the outer border, not the one being defined by the aggrid styling, but the one outside of the aggrid element (picture attached)? I achieved this by changing the border-width for the global .border class to 0px, but that changes all elements that use the .border class....
No description

Connection did not resolve

i'm trying to get a postgresql resource within our kubernetes cluster to work. i get a "Connection did not resolve for 5s" message back, but no other clues.
i add the full internal domain and login etc works when using psql client within the cluster...

Import error script not found

On our first workspace, we had no problem importing another def. On our new workspace, we can't import an another def. We don't understand.
No description

Concurrency

The decision has been made...?
No description

Python 'AttributeError' for modules

Hi, Im trying to run a python script in Windmill's UI, but am getting an 'AttributeError' for certain packages such as numpy (example in screenshot). When I run print(numpy), I get the following: <module 'numpy' (<_frozen_importlib_external.NamespaceLoader object at 0x7f28c4de3750>)>. However, I was told by support that I should see the following and could be an instal issue on my end.

What does Filter-by-args-set do on run's page

I add here {"key": "24434"}, it is giving me in results those runs also which have {"key": "32432}
No description

One particular workspace's schedules page takes too long to load

Earlier it was 3-4 seconds, now upto 10 seconds. Other workspace's schedule page load as usual 1-2 seconds but this particular workspace takes too long, I check in chrome network inspector, the api takes too long to finish. ...

Using a function's output typescript types in the next step of the flow

I have a function whose output is properly typed but when I use that output as the next function's input, I am redefining the types. What is the recommended way for functions in a flow to share types?

If I send a lot of data to a webhook, the start of the job will be very late.

I tried to send 1000~3000 row data by webhook to windmill, however whenever I put lots of data in webhook, then flow job start was really rate, so timeout error was occured in client side. Is it a common issue or Do i use it in wrong way?
No description