Windmill

W

Windmill

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

Join

help

general

changelog

Stepper Component Question

I'm having trouble understanding how to do error checking when trying to advance the next step in the stepper but still allowing the user to go backwards. My script attached to the stepper component looks like this. ```def main(stepIndex: int,month:int, year:int,preview_df_exists:list): if stepIndex == 0: if not month or month == 0 or not year: raise Exception("Please Enter a Month and Year.")...

MongoDB deprecation

the resourse type mongodb_rest will no longer be useful for new projects because , the endpoints will be deprecated(https://www.mongodb.com/pt-br/docs/atlas/app-services/deprecation/#std-label-app-services-deprecation). How can I adapt the scripts already created in the mongodb_rest hub to mongodb?

Im getting a authorization error when testing the "Public Form". Also i cannot upload a S3 File

How can i fix it? I need to use the form as public form. Also, the filw upload progress get stuck. Is there a configuration to allow public file uploads to S3? Update: when im logged in, i can upload the files and the flow works fine. But i need it to be available to public access....
No description

Flow start error "InternalErr: Err: Internal: module was not convertible to acceptable value missing

Hi guys, I created some scripts standalone in python which work great, now i want to chain them via flows. It is pretty basic and simpel, I am now trying to run only the first script but i get this error. Where do I look?? Can't figure out where the error comes from....
No description

Delegate in metada

Hi , I'm trying to create a data handler in windmill dev web ui. I'm faced with the challenge of solving the delegate of a data insertion. In the metadata settings, how can I overcome this and set an option that indicates who made the insertion request?

Errors loading flows and apps on Windmill's Home page

Hello everyone! I am experiencing and weird issue that i hadn't before. When I create a flow or an app, it exist in db (app and flow tables), but it doesn't appears in the home page. It did not happen before, but since a few days i am experiencing this bug. Also it happened that when i access the home page, all scripts, flows and apps are not visible because the filter 'include without main function' is always true by default... not sure if this is the cause, but when i turn it off, it loads the...

Unable to use new Spotify OAuth provider

Hi there, Earlier this week, my PR to add a new OAuth provider for Spotify was merged. (https://github.com/windmill-labs/windmill/pull/4581) I've updated the docker images in my self-hosted instance to the release that includes this commit (1.412.0) so that I can try out the new provider....
No description

Typescript error main.main

Hello, good afternoon, does anyone know this error? It occurs in my Typescript steps

10 minutes run limit ?

Hello, I have a flow that includes a task that can take longer than 10 minutes. I notice my flow fails systematically silently at 10 minutes precisely, no matter what script it is in the flow. I have tried: - changing the Time window in seconds in concurrency at the flow level (to 800)...

Weird script python problem

I have an interesting case: I have a python code that returns the transcript from an YouTube video. The transcript is returned if I run in my Windmill installed using docker-compose in my local machine - I used the commands from github. In the windmill SAAS it is not working - it shows the message that the video doesn't have the transcript (but it does). In my VPS installation is not working as well, showing the same error as the SAAS - I installed using the latest version today - 10/23/24 The pictures show Python Code below in comment...
No description

Ansible not usable

Hey all, I am not sure what I messed up but I can’t run Ansible Playbooks for some reason.. once I try to hit Test I get this error here: error during execution of the script:\nNot found: Couldn't find ansible-playbook at /usr/local/bin/ansible-playbook. This probably means that you are not using the windmill-full image. Please use the image windmill-full for your instance in order to run rust jobs. However Googling and asking ChatGPT didn’t get me to some windmill-full images but only to some photographs of some old rusty windmills… any idea on what I can do? I have used the quick start docker compose guide… Thanks in advance...

Multiple main in bundle relative path for preview

Hello, I tried using the beta feature bundle relative paths for preview. I looked at the code that was bundled in the preview, and if multiple functions/variables have the same name, it changes them to function1, function2, etc. The same applies to the main functions. But I think the main function of the script we want to execute might become main1/main2, and therefore the parameters are no longer correct. The main() function should always be the main function of the current script ?...

Tools to clean the codebase from proprietary and commercial code snippets

Hello, As part of the license, Windmill provide tools to remove the proprietary and commercial source code from the repository source code:
Windmill Labs, Inc. provide tools to clean the codebase from those snippets upon demand.
...

In a flow, is it possible to invoke for-loop parallelism on a single worker, to save on cost

Hey! So I have a flow which uses an SDK which is not very optimized and does a slow API call. This ends up racking up a lot of worker execution seconds, and Windmill cloud bill along with it. I don't want to ditch the usage of the SDK. One solution would be to re-factor the slow to try to do all the necessary slow calls in a single step, i.e. I would handle the for-loop in the .js level, not the flow level....

Web editor stops working when adding a Flow as an event handler

I have a flow. When I add a button in an App and select the flow as the event handler, the web editor stops working. The flow is a simple one (1 to 2 branches, and one script per branch) and the app has only a button. It doesn't freeze or hangs (when I hover the buttons, they are still highlighted). It just stops working (pressing buttons does nothing). Also, if I reload the page, it takes longer to reload. Because of that I can't use flows in apps. I can use scrips though....

A token with write access is not affiliated with a user.

I would like to use wmill sync push in our pipeline with a token that isn't tied to a specific user. How can I do that? I can't find a proper guide.

Git sync doesn't work

Hi, I've configured the git sync, and it doesn't commit back to the repository. I don't even see any tries. How can I contact with windmill support? Our company is using the cloud solution.

How does windmill handle multiple people editing the same flow and drafts?

Essentially, if multiple users are editing a flow and both save drafts, it appears they overwrite eachother on refresh?

Cannot run any script Python / TS

I've just installed a fresh Windmill with coolify on my instance. I cannot run any script in any lang. Every 5 sec I see something like this: INFO request: windmill-api/src/tracing_init.rs:32: response latency=0 status=200 method=GET uri=/api/w/stid/jobs_u/getupdate/019290a9-d2d9-0f6a-dcf2-72fe624f86de?running=false&log_offset=0 trace_id="9f8692a3-3894-4199-8dd8-0d37ff46e1d1" ...