Windmill

W

Windmill

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

Join

help

general

changelog

API Groups

In the api library, is there an api that returns the groups or indicates who created or is the admin of a particular group? In my search I only found apis that indicate the members, summary, name but not who created them or is the admin.

Different response from an API

Why is it that when i use the api for list users, the 200 response show on the doc it´s different than the response that actually comes? It's the curl https://app.windmill.dev/api/w//users/list \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' The 200 response should be: [...

Do suspended job durations count towards billable time?

I have several jobs that will be temporarily suspended, and I'm curious whether these periods are included against my quota. Additionally, I observed that suspending a step on the main branch of a workflow places it in a suspended status with the current node turning purple. However, when a step is suspended on an if/else branch, the top node continues running and appears yellow. Does this difference affect anything?...

Application Editor, set visibility of component to hidden via runnable

Hello everyone, I am trying to find a way to hide a component via Script in my Windmill application. Is there any way to do it? Cheers!...

Persisting state for incrementing counter

I am using getResource and setResource for persisting a counter value across script executions. Here is the code: ``` type CPersistedCounter = { lastValue: number,...

Windmill.dev and Requirements.txt: How to Manage Dependencies in the cloud?

It seems that whenever I switch from editing locally in VS Code to using the cloud-based editor (windmill.dev), the system attempts to automatically infer and manage the required libraries. This process modifies the app.script.lock file, leading to inconsistencies when I pull the changes back to my local environment. While I have a requirements.txt file locally to specify the project dependencies, I'm unsure how to integrate or utilize it within the windmill.dev environment. For instance, the "phidata" library consistently causes issues. Since I import it in my Python code using "from phi.", the system seems to misinterpret it as the "phi" library instead of "phidata"....

Unable to Reset Form for Object-Type Fields in JSON Schema-Based Form

I am creating a form using a JSON schema with the following structure: { "properties": { "payload": {...

u/admin/hub_sync ConnectionRefused

Hi, I am new to winmill, I currently set it up with postgresql 17 according to the documentation, however I can not seem to pull the resources via the hub_sync, I am always getting the following error, even tough my server has access to the urls in hub.windmill.dev (wget to them works and downloads the json obejcts), Error: Unable to connect. Is the computer able to access the url? { "code": "ConnectionRefused", "path": "https://hub.windmill.dev/resource_types/93/firebase",...

Microsoft.Graph module commands not recognized

I am using Powershell in an attempt to automate onboarding for Microsoft365 account creation. When I use “Import-Module Microsoft.Graph” the step infinitely runs until timeout. “Install-Module Microsoft.Graph” passes through, but then commands in that module are said to be not recognized (Ex: Connect-MgGraph). We are a company of Mac users

How to sync scripts from windmill cloud to local dev machine

I am trying to sync my scripts from windmill cloud to windows but even though I am able to sync the workspace - it doesnt sync the script I just created on the server when using cli command: "wmill sync pull". Do you have any ideas?...
No description

Where do I configure the default JSON formatter?

I'm getting a browser alert when I try and pass in json to a script as input saying I need to set a default JSON formatter. I can't find where to set that.
No description

How to use shared libraries, like ZBar for example (from Python)

I use a Windmill flow to analyze PDF-Files which user upload. The PDF-Files include a QR-Code, which i need to decode using pythong. But how can I install libzbar, to decode the QR-Code?

Global error handler

Is the env GLOBAL_ERROR_HANDLER_PATH_IN_ADMINS_WORKSPACE supposed to work in the self-hosted version? I tried to set it to "script/<script path>" but it never triggers....

Share file that is produced by a container running in a worker

Hi all! So I'm trying to get as a result of a step a xml file that is produced by a container. I've configured the step as docker bash script and, among several tries, I thought that I could mount the './shared' path. I get the error that the path does not exist. ...

Results caching for imported scripts

I’m using result caching in my Python script. When I run it from the Windmill UI, the cache works as expected. However, when I import the function from that script and use it in another Python script, the cache doesn’t work, and the function is recalculated every time. Please tell, how can I enable result caching in this case?

[Windmill Flow] Windmill Flow shared folder not deleted after job done

I still have files on 3 days ago. why files not deleted after job is completed? dir: /tmp/windmill/wk-default-workerID/job_id...
No description

How to add a while loop in a flow?

it looks like there's no option to add a while, and docs doesn't exactly show me how to do it
No description

AD Module - Windmill Powershell

Hello everyone, I have just come across Windmill and wanted to test it in my local environment. I have now set it up using Docker on a Linux server and would like to build a Powershell script. The script as such works fine, but I can't install the necessary AD module. Is this generally not provided for in Windmill or do I still have to do some steps here, which appear in the documentation?...
No description

Hey guys im getting an error using PyMuPDF python lib

Each time that i run this on windmill i get: ImportError: cannot import name 'Sequence' from 'collections' (/usr/local/lib/python3.11/collections/init.py) pymupdf==1.25.1 ...
No description

[Windmill App] How to use Display: Inline-Block or Flex

Hi, I need help to use Display Inline-Block or Flex. As you may see at the attachment, if I set display: Block, I can see the image. However if I set display: inline-block or flex, it disappears.
No description