Windmill

W

Windmill

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

Join

help

general

changelog

Change Date Format under Deployment History

Hello, two questions 1) I am wondering if it is possible to change the date format under deployment history to be displayed as MM/DD 2) Is it possible to display Year as well - MM/DD/YYYY...

windmill worker debug logging

I want to debug through print or try statements in windmill worker(python), is there any way or feature to collect logs externally?

Handle and process requests in async way

Hi, happy to be here. I have 1 script, 1 worker, I want to send 1k one by one in 5 seconds intervals. Let say the job/task takes time that why I need to process it in async way. Questions:...

Permission denied to set role "windmill_admin" on Postgres without superuser

I'm running into issues on an self-hosted instance. I did read the self-host part of the docs regarding Postgres usage without superuser. I'm running Windmill (CE v1.441.2) on Kubernetes and Postgres 17.2 in a cluster provided by Crunchy Postgres Operator. What I did: - Created a database windmill and a user windmill which owns the database and applied https://raw.githubusercontent.com/windmill-labs/windmill/main/init-db-as-superuser.sql as a superuser. - Granted windmill_user and windmill_admin to windmill role....
No description

Username in app

Hi, When I deploy an app, the username appears in tbe top left corner of the screen, in the same space that is the app name. Is there a config to hide the username or change its location? Thanks...
No description

problem importing azure.storage.filedatalake

Hey guys I am confused about what I should be doing in this scenario. I am trying to use azure.storage.filedatalake in python script. When the script runs it isn't able to install the package and I am getting error that makes it look like its getting confused How do I force windmill to recognize the correct package...
No description

Download S3 File - Public App

Hello, is it possible to allow a public app user to download an S3 bucket file returned as a result from a script run? Currently i'm getting a 401 error when previewing / downloading the file.
No description

Pulling log files into windmill UI

Hello, with windmill, is there a feature that allows us to pull log files generated from scripts for easy review? Eg, a Python scripts write logs to a file instead of the console, can the content of those log files be pulled into Windmill for review and troubleshooting?...

ExecutionErr: error during execution of the script:pip compile failed: Lock file generation failed.

Hello, I am having problems installing Python packages in scripts. cURL and pip are working fine inside the containers. Running the script itself returns an error, but not if inside a flow. Can you help with the issue?...
No description

Flow can't be save

Hello, we're making changes in flow and trying to save it, as a result, we`re receiving next error: The flow could not be saved: Internal: /windmill/windmill-queue/src/jobs.rs:3221:34: 49: Flow version not found Recreating flow doesn't help. Any ideas on this?...

What're the best practices on error-handling in trigger scripts?

In particular, is there a blessed way to handle errors in subsequent scripts, and safely rollback the entire flow? An example: A trigger-script sees a new entry in a Notion database. If a subsequent script fails with a transient error, I'd like to rollback the "last seen", so the trigger eventually gets re-run....

Customazation of a required field

it is also possible to make a field required when conditions are met?As it is possible to make a field appear if it meets certain conditions, is it also possible to make a field required only when conditions are met?

Hide frontend components

Wondering if its possible to hide frontend components (e.g. buttons, tables) based on a specific value - e.g. if there are 0 receipts or 0 rows in the table, the component should be hidden is there a way to do that?
No description

How to create a custom component - template seems broken?

https://github.com/windmill-labs/windmill-custom-component-template?tab=readme-ov-file has simple steps, but when followed you end up with something that feels broken. I was expecting to see more, based on the contents on the Component.tsx....
No description

Is it possible to use the custom_tags endpoint using the API?

I'm currently working on a use case which spins up a worker with a unique identifier in the tags list and I'm wondering if there is a way to use the API to register this custom tag in Windmill using the custom tags endpoint. Developing using the UI I see that the http://localhost/api/settings/global/custom_tags endpoint is used for registering tags, but I don't see the endpoint listed in OpenAPI documentation https://app.windmill.dev/openapi.html. Thoughts?

How to create an AI Agent?

I'm looking for options to create agents that can use tools. I'm aware I could inline a langchain setup in a script, but what I think windmill should offer somehow: Define an agent step that can use baserow scripts as tools....

Is it possible to send attachment via "Send email" Flow step?

The Flow step "Send email" exists. I can also add content. However, is there a way to attach outcome of a previous step in that Flow as a file to the email?

How to increase Max timeout for sync endpoints in windmill cloud

We would like to increase the max timeout in the windmill cloud to a greater value. How can we do it.

Instance SMTP Usage

Per the docs, it looks like the only demo'd usage of the instance SMTP is for sharing invite emails. Can these instance SMTP settings be accessed to send critical alerts as well? Ideally via built-in windmill support in a custom error handling script for schedules.

Input customazation on a flow

in a flow how can I make an input field only appear when another input field is filled?