Windmill

W

Windmill

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

Join

help

general

changelog

bitbucket integration

Hi, our place is using bitbucket on-prem, and i wonder if windmill has good integration story with bitbucket? From what i saw on the docs, it only integrates with github. Thanks!...

Insufficient execs error

I have almost all of my execs intact but i get a insufficient quota error
No description

Setting up Critical alerts in Microsoft Teams

I'm trying to set up critical alerts in Microsoft Teams. I'm able to connect to the Azure Bot like is described here: https://www.windmill.dev/docs/misc/setup_oauth#microsoft-teams I'm able to list up the teams and the channels in the Windmill instance settings but when I press Test channels no test message arrives. I'm wondering if the documentation is missing a permission needed to send a message? See the attached image from the Windmill doc where "Channel.ReadBasic.All" and "Team.ReadBasic.All" permissions are listed. Maybe there is some kind of "SendMessage" permission missing?...
No description

UNKNOWN_CERTIFICATE_VERIFICATION_ERROR

Getting below error when deploying a Typescript(Bun) Windmill Version: 1.572.2 bun install v1.2.23 (cf136713) Resolving dependencies...

There was a problem fetching jobs: ApiError: Bad Request

"There was a problem fetching jobs: ApiError: Bad Request" I am getting this error when trying to visit my "Runs" page (and no results return). I think ONE of my machines might have updated to a more recent windmill-ee version, is that the cause? And will updating all my machines resolve that problem?...

unable to add custom token name for webhook trigger

creating a webhook trigger. When i go to generate an auth token, the token only persists for the webhook trigger if i use the default generated token label/name. if i were to change it, it never took.

Step input inconsistency in flow Claude Code generated

Hi Windmill, I have generated some python scripts and flow with the help of Claude Code. After deployed on the remote workspace (wmill push), scripts and flow work as expected. But when I want to edit the flow in windmill app, the steps input are strangely configured and when run, the first step exit with an error. In the yaml of the flow I see where is the problem but don't find how to fix it even modifying the yaml file. ...

Inconsistent Secret Encryption in `wmill instance pull` with `WMILL_INSTANCE_LOCAL_ENCRYPTION_KEY`

Even with WMILL_INSTANCE_LOCAL_ENCRYPTION_KEY set, wmill instance pull exports some secrets encrypted (jwt_secret, license_key) but others in plain text (smtp_password, npm_config_registry auth tokens). This prevents safely version-controlling instance settings in Git. Or is there another approach to version control instance settings (we also use it for staging) ? Thank you for your help....

Redirecting Help

Hi Windmill team ๐Ÿ‘‹ We're currently trying to set up a redirect with Windmill and could do with some help. We'd like to redirect a user to Windmill from Heyflow, have Windmill do XY and create another redirect link based off of XY, and then redirect the user onwards to that new link....
No description

Xero OAuth Integration

I can't find any relevant documentation for the windmill end, but it seems that the built in oauth connection for Xero only supports the "Web App" and "Mobile or Desktop" types described here: https://central.xero.com/s/article/Create-custom-integrations-and-apps-with-Xero#Typesofintegrationsavailable Is there a way we can use the "Custom Connection" recommended for machine to machine connections in the linked doc? One of the key differences is that it doesn't require a redirect/callback uri....

cron: a schedule should have a next event: InvalidTime

Hi, I'm not sure this is the right place to report this, but hopefully it reaches the right people. We noticed some schedules failing during the transition to "winter" time, the night between 25 and 26 October. Since Windmill has been stable both before and after the switch from daylight savings I believe it might be related to rewinding the clock....

Native Worker Group Showing 15GB RAM Instead of 2GB - Configuration Error?

I have 1 native worker with 2GB RAM and 8 sub-workers. The Workers management UI shows 15GB total RAM for the worker group instead of the expected 2GB. It appears each sub-worker is displaying the full worker's memory allocation (2gb) rather than its individual limit. I've set limit on task (AWS Fargate) and container level. Questions: - Have I configured something incorrectly, or is this a UI display issue?...
No description

how to accept oauth resource as script input

I setup the azure_oauth resource (from instance settings) and tested successfully by manually creating a resource instance. Some time earlier I interpreted that the resource could also be used as dynamic input to app/flow/script, but when I create a new flow and attempt to construct a resource type input of type azure_oauth it doesn't let me. did i misinterpret the functionality? my goal is to build a system app that templates sensitive data generation on operator command, but only operators with a specific permission in the resource system are allowed to generate the data. (aka permission enforcement on windmill side with full permissions within script to resource system)...

schema_validation with resources not possible

Is it really so that if I want to use the //schema_validation, I cannot use resource types? Now following simple example fails "argument XX should be an object" when trying to execute (when I pass valid resource to it) ``` // schema_validation type Gmail = {...

Urgent: Unable to Log In to Windmill Cloud with Microsoft Account

Hello, Iโ€™m currently unable to log in to Windmill Cloud. My account is linked to a Microsoft login, but the login screen no longer offers the option to sign in with Microsoft. As a result, I have no way to access my account at the moment. Could you please assist me in resolving this issue as soon as possible?...
No description

Bad request in App preview

When my app is in preview mode ou public mode, I got this error: "Bad request: Path rawscript/25607cc3ad95f1478a7cf915878a8556970f5ff969906441162a1c3185b52fb2 forbidden by policy" and the queries are not ran. I already shared the related resources and App with "all", but still getting this error. In edit mode, everything works. Where do I make this policy change?...

Git Sync with Github Organizations

Hi Windmill team, Weโ€™re evaluating Windmill Cloud and want to use Git Sync to develop scripts locally and later deploy via GitHub Actions. Iโ€™ve spent quite some time trying to connect a Git repository to our workspace, but Iโ€™m consistently hitting what looks like an authentication issue. Observed behavior...
No description

AWS CodeArtifact Authentication Failing for NPM Packages

According to https://github.com/windmill-labs/windmill/discussions/5873, AWS CodeArtifact works for Python packages. I'm trying to configure the same for NPM packages but encountering authentication issues. Configuration: Set these environment variables on all workers: EPHEMERAL_TOKEN_CMD="aws codeartifact get-authorization-token --region <region> --domain <insert domain> --query authorizationToken --output text --duration-seconds 900"...

We have lots of flows failing with: Quota exceeded: Workspace *** has exceeded

We have a premium workspace with autoscaling active, but lots of our flows fail with the error: Quota exceeded: Workspace *** has exceeded the free usage limit of 1000 that applies outside of premium workspaces Help would be greatly appreciated....

Perpetual Scripts in dev

Hey team! I'm looking to use perpetual scripts to run a job queue listener (similar to this example), but I'd like a clean way to disable it in my dev environment (don't want a perpetual worker constantly running locally). Is there a recommended pattern for this? Ideally something like: - A config flag or environment variable that prevents the perpetual script from starting - Or a way to conditionally enable/disable perpetual scripts per environment...
Next