Windmill

W

Windmill

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

Join

help

general

changelog

Is it possible to hide flow related items from the approval page?

Iam dealing with alot of ... "easy-minded" folks that might get overwhelmed by all the extra infos on the approval page? Is it possible to customize the apearance to give as little as technical info as possible?

Windmill and RabbitMQ

Has anyone here ever connected a Windmill to RabbitMQ? I'm looking for some experience and guidance

Webhook to another windmill instance

I can't reference another windmill instance as a workspace webhook URL? I've tried sending events to temporal api and I am receiving all events as expected, unless I point to another windmill instance it stop sending events. Is this an expected behavior?...
No description

CLI thinks it needs to rename on remote

I have been building a set of deno scripts. Until today I've been using the windmill web editor. Daily I've been using wmill sync pull to get the code out of my workspace, into a local folder and pushing to my git repo. Today I wanted to get more productive by learning how to use the VScode plugin. Got that setup, been working with it all day, its great. Just tried to do a wmill sync push and now the cli thinks it needs to rename all the scripts on the server? Note, the problem appears to be...
No description

Python is not able to load modules from CFFI and other native bindings.

Hi there, after we updated Windmill on July 4th, Windmill is not able to import modules from “argon2-cffi” and “pydantic-core”. Both are using CFFI or other native CPython. Our Windmill Version is EE v1.360.1 The python package updated in the lock file. Can someone please assist us troubleshooting this. ExecutionErr: ExitCode: 1, last log lines: che/pip/minio==7.2.7/minio/crypto.py", line 23, in <module>...

Handling foreign keys in database studio tables

Database studio tables are AWESOME. Unbelievably good and killer feature. But here's the thing. I am a software engineer with strong database expertise leveraging windmill to quickly input data for my side hustle. I really want to have a dropdown or some other convenient way to constrain values in my foreign key columns when inputting a new row. Wondering if they're is a standardized way to do this in windmill?...

duplicate key value violates unique constraint "deployment_metadata_script"

I've been troubleshooting a problem where it takes a long time to schedule jobs and I'm not sure if this is related or not but I'm seeing a bunch of these error messages in my postgres database:

Configuring Custom AI Models: Beyond GPT-4 for Code Assistance

Is it possible to configure another provider and model to be the AI Code Copilot? For example: I would like to configure my openrouter.ai API Key and experiment with other models that may be cheaper and still efficient. GPT-4 is too expensive, and I would like to have options instead of it being GPT-4 or nothing....

Error during isolated evaluation of expression

Hello! I am trying to run a workflow from another workflow. My parent workflow triggers a bunch of instances (runs) of the same workflow, but I keep on getting the following error: ```{...

Form checkboxes

How do I add checkboxes to forms? I am creating a form where users choose an option from a select menu and then based on the selection, show a list of items that the user can check. Getting the field to show based on the select option was simple, but I can't for the life of me figure out how to add a list of values as checkboxes.

Windmill Workflows Code as Docker Volume

Hi all!! I am setting up Windmill for my team, and want my code to be automatically integrated into Windmill when they start up the docker-compose as a Docker volume. Currently, the initial set up steps are for my team to open the Windmill UI, create a workspace, then download the wmill CLI tool, sync the CLI with the Windmill workspace and then wmill sync push my workflow code into Windmill. Obviously this is a long process and the team will have to always wmill sync push if any changes were made to the Windmill workflow code....

Is there a list of IPs used by Windmill Cloud?

We want to give access to specific internal endpoints of our Cloud, which are IP-restricted, to our Windmill Scripts that are hosted on Windmill Cloud. A shared AWS prefix list, or a dynamically-updated publicly-hosted JSON file would all suffice 🙂

"Bare metal" workers

Is it possible to run workers outside of Docker or Kubernetes that connect to the windmill server?

Sub module not working with Python

pip install beem

from beemapi.exceptions import NumRetriesReached
pip install beem

from beemapi.exceptions import NumRetriesReached
...

Install Python module from GitHub

I have a module that exists on PyPi, but we have a fixed version on GitHub. Is there a way to use this with Windmill? Normally, would do a pip install git+https://github.com/x/x.git to make sure we grab the right one. Since you are auto installing packages, how do you tell it the right one to get? ...

Generating tokens for apps?

I have three different "apps" that will be using the APIs I'm building in our WM instance, two web apps and one server app. I want each of them to use their own API token and for the WM Runs view to show which app triggered the run. But right now tokens are tied to users. If I want to do what I describe - is my only option to create a per-app "user" in WM and create the token in that user account?

Custom worker docker image

Is it possible to use a custom docker image for Windmill workers?

sleep (seconds) -> sleepUntil (specific date)

Is there a way to wait to execute something until a specific date without needing to calculate sleep in seconds or use cron? Something similar to what inngest does with sleepUntil (https://www.inngest.com/docs/reference/functions/step-sleep-until)....

how can PowerShell returns an json array?

Is there a way that powershell return an json arry? I have written a script, that gets aa json array from an restful api. but when i wrote Write-Output $result (the array of json), the return value of the powershell script is on "]" 😦...