Windmill

W

Windmill

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

Join

help

general

changelog

Issue with Date Input Field

The result in this date input field is always showing a date that is one day earlier. I haven't made any changes in the configuration section on the right....
No description

Use case: render html script

Good afternoon, I need to create a script that collects some parameters and based on them the script will render an html. The problem is that I don't know where I could host this html so that the script can take it and parse it with ejs....

enable checkbox based on column value in ag-grid

Hello, I am trying to add ag-grid table with checkbox column. Is it possible to mark checkbox as checked on bases of row value? I have tried to find the way to do this in ag-grid documentation. where I found this https://www.ag-grid.com/javascript-data-grid/row-selection/#example-displaying-disabled-checkboxes . but not sure where I can add `onFirstDataRendered: (params) => { const nodesToSelect = []; params.api.forEachNode((node) => {...

I have reached the limit of my 1000 executions on the free plan: how to self-host on free services?

I started experimenting with Windmill on Saturday just to explore possibilities. And I was surprised by the power of the tool and very excited. So, I continued experimenting for a few hours per day from Saturday until yesterday, and my 1000 executions have run out. ...

Issues with Golang on selfhosted environment

Hi, I just installed the selfhosted version a few hours ago, and I currently can't request any variables/resources as I'm getting an Unauthorized access from the API with Golang. The issue is not present with Python and Bash. After some digging, it looks like the env WM_WORKSPACE is not populated, and it does not output a correct URI as seen from the logs : uri=/api/w//variables/get/u%2Fredacteduser%2Fredactedvariable?decrypt_secret=true ...
No description

Help with defaults selectedRow data in AgGrid tables

I have to tables, both AgGrid, selecting a row in first table populates the second, issue is, if the second table only has one row, the slecetRow data doesn't change because I asume if the index stays the same 0, it doesn't refresh the data, is there a way to force this?

List with pagination

Is there a simple way to create a paginated List? As far as I know, currently, it is possible to have a List (but without pagination) or a Table (but without the option to show like Cards instead of rows with columns). Thanks...

App field validation question

Is it possible to utilize a frontend script to create custom field validations and show custom errors on screen? eg I have 3 fields. The first is always required, and at least one of the other two fields must be filled in, but not necessarily both. I want to be able to create a script that validates this configuration and throws a custom error/toast noti based on the completed fields....

Issue with Bearer token

When I create a Bearer token under my account (without expiry) , I can use it to retrieve workspaces and such, but when I try to create a script , it always gives me a 401. It works with a Session cookie, but I would like it to work with Bearer tokens. Obviously the bearer token does work (because I can retrieve authenticated objects like workspaces), but no matter what I do, /scripts/create always pops a 401. What am I doing wrong or is that simply not supported?

Object destructuring unparsable in main function

```typescript export interface ConfigType { key: string; } ...

SDK to integrate the windimll in vuejs or reactjs

From we download the SDK to integrate windimll in our applications like React or vuejs or nuxt?

MySQL script: invalid type: string "", expected a boolean

I'm new with Windmill and trying execute a simple request from a connected MySQL resource: ``` -- ? offset (int) = 0 -- ? limit (int) = 100 SELECT id from tariff LIMIT ?,?...

White Labeling

How to my instance White Label self hosted comunity free edition

Support for passing variables and resources in shell executor

Hi there, was wondering if there was any plan to support windmill's variable and resource types as script input arguments. Currently using a variable as an argument doesn't expand it, instead it displays the the path of the variable. Also I didn't find a way to specify a type for a resource argument, even using the customize pane....

Using QueryString params inside a POST webhook

Hey all, I'd like to suggest adding to the webhook handling a way to include the payload parameter on POSTs requests. This parameter would be passed to the script that accepts POST requests, merging the payload from the query string with the JSON data from the POST request. ...

Unable to start new Windmill instance with default docker due to "role 'root' does not exist'" error

I'm utilizing the default docker compose with the multiplayer and caddy services removed. When I start up the services I see this error on the db container:
2023-08-08T17:22:25.573703934Z 2023-08-08 17:22:25.573 UTC [431] FATAL: password authentication failed for user "root"
2023-08-08T17:22:25.573732259Z 2023-08-08 17:22:25.573 UTC [431] DETAIL: Role "root" does not exist.
2023-08-08T17:22:25.573703934Z 2023-08-08 17:22:25.573 UTC [431] FATAL: password authentication failed for user "root"
2023-08-08T17:22:25.573732259Z 2023-08-08 17:22:25.573 UTC [431] DETAIL: Role "root" does not exist.
...

Why opening a flow & closing it without changing anything, shows unsaved changes in next open.

I created a flow. saved it .closed it open it again (by edit button). changed nothing closed. when opening again, it says "Flow restored from euphemeral auto-save" even though i have not changed anything. ...

schedule in different workspaces with same name override each other

If i create schedule with name ABC in workspace 1 and schedule with name ABC in workspace 2, workspace 2 schedule ABC runs perfectly but schedule ABC is not scheduled anymore in workspace 1. When I again enable for workspace 1, now workspace 2 schedule ABC gets stopped (enabled but does not set new jobs for future) @rubenf please take a look (seems low priority for most people). For now, i am using different names...

Utilities imported from scripts are not targeted by workspace deploy feature

Hi there, I was using the deploy EE feature that allows one to deploy a flow or scripts from a workspace to another in two clicks and found out that it looks like utility scripts used by deployed scripts are not listed as part of the deployable items. If a script targeted for deployment does contain such an import statement: ```ts...

🌟 An offer for the role of founding engineer 🌟

hey @rubenf I discovered Windmill a few months ago while looking for alternatives to Pipedream. I'm sold on the idea of this new development model 🙌. I owe to and admire the open-source movement. My last full time job was an open source app with over 1.2m downloads on Play Store, so I understand the dynamics....
No description