Windmill

W

Windmill

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

Join

help

general

changelog

AgGrid - rowGroup (columnDef)

I'm trying to define a column with
rowGroup: true
rowGroup: true
but it's not displaying grouped. I wanted to confirm that the property is being read in the component and if I can use any AgGrid column definition....

AMI in Terraform template doesn't exist

The Terraform template: https://github.com/windmill-labs/windmill/blob/main/examples/deploy/aws-ecs-terraform/README.md Contains an AMI: ami-09c0b8e7f21923ac0 but the AMI does not exist Specifically on this line: https://github.com/windmill-labs/windmill/blob/main/examples/deploy/aws-ecs-terraform/ecs_cluster.tf#L3 ``` Error: creating Auto Scaling Group (windmill-cluster-asg): ValidationError: You must use a valid fully-formed launch template. The image id '[ami-09c0b8e7f21923ac0]' does not exist...

Error when trying to deploy a script from one environment to another

Hi, We're working with Windmill EE v1.281.3 and have 3 environment (dev, staging, production). I'm currently facing an issue when trying to deploy some script from dev to staging ...
No description

Sending email with SMTP and Deno, with InReplyTo headers failing

It seems that currently it's not possible to send emails using denomailer with InReplyTo headers, as it chockes on the in in the header name. Any other ideas as to how I should do sending email? I'm using the following code currently, or trying to:...

postgres sql bind varaiables

select now() - interval '$1' as end is there a way to get $1 to work...
No description

Whitelisting IPs correctly for RDS proxy connection?

Is there anything obviously wrong with these configs? I have an almost identical setup for an RDS database that's internet accessible without a proxy with no issues, so my suspicion is that I'm doing IP whitelisting incorrectly or something.
No description

A way to give more space between condition branch?

Hello, I made a big flow. But it's very difficult to see what is what in. Windmill have an option who help to identify each branch in this case? Like a color, or by giving more space for each branch
No description

dlt

did you guys look into dlt? https://dlthub.com/

Support for alternative OpenAI base URLs (Azure OpenAI service)

Is there support for changing the base URL for OpenAI integration? I'm not seeing it in the UI, but maybe it's somewhere else.

GraphQL schema length causes token limit to be exceeded

Hi, I'm trying to write GraphQL queries via GPT-4 code generation but run into an issue caused by the size of the GraphQL schema (from Linear) that is automatically used as context in the prompt. The size of the GraphQL schema bloats the prompt, resulting in a token size of is 138134 tokens, thereby exceeding the GPT-4 12k token limit. Any ideas how the context size can be adjusted?...

Playwright timeout error

I'm facing playwright timeout on the self-hosted windmill. It works fine on my local machine and also on the VPS. I used page.screenshot() to get a screenshot of the page and it's fully loaded but I still get the timeout error.

Hi, thanks for the great project.

Can I access the HTTP request headers of a visitor in an app? the app is set public-access and i want to access cookies and pass them to a another flow.

Self-hosted Windmill Webhook Events Not Sending

I've deployed Windmill on a Kubernetes server and it's running well with flows working fine. Recently, I tried using the webhook feature from the workspace settings. At first, it wasn't working for one workspace, but now it's not working for all four workspaces, including the admin panel....
No description

For Approval step, how to add handler to run when it is disapproved ?

When it is approved, the next step is run as expected. But when you want to do some action on disapproval, what to do ?...

Issue with Advanced -> Sleep

Hello guys! I'm facing an issue with a windmill project involving a flow. The flow includes steps designed to pause the process for specific durations—ranging from 20 minutes to 1 or 2 days. These wait times are determined by calculating the total seconds required for each pause, allowing for a randomized wait period within a predefined time window. ...
No description

How to pass parameters to SQL query?

In a postgres SQL query like SELECT * FROM <tablename> WHERE id in $1 where $1 is a list of ids I got constantly the error { "error": {...

Database studio doesn't show tables

I'm connected to a supabase, Data studio allows me to see the resource, shows schema and values. BUT doesn't show anything in the tables dropdown. How can I choose a table?

setVariable not doing what it's supposed to?

I might be misunderstanding something, but.. I've created a variable. 'f/sandbox/token'. It's not encrypted. I put a value 'test'. Then in a script I'm doing: ``` import { setVariable } from "npm:windmill-client@1.290.1" ...

Write TypeScript scripts interacting with Google Forms#9

For Google forms only with OAUTH 2.0 we can interact. Should I use https://www.npmjs.com/package/@googleapis/ ? @Hugo