Windmill

W

Windmill

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

Join

help

general

changelog

windmilldocs repo

👍 if you want to do a PR to the docs in the format of pupeeteer that'd be great

Flow loop

i currently have a flow with a single step. it's a python script that does some parallel processing: 1. fetch n entries from a database 2. in parallel process a long running task for each of the n entries i'd like to split the script into multiple smaller parts and use the flow loops or branches for that, but i'm not sure how that works with a dynamic number of parallel branches. any ideas?...

Alper

@Alper
mongodb = dict
mongodb = dict
but you can even type it with TypedDict or ask ai to generate for you, or click +Type to have it be generated for you...

Reset password flow

later we will have a password reset flow if you have smtp enabled

Middleware

@Tiago Serafim what's an example of a custom middleware ?

Do not use the protocol `https ` Had the

Do not use the protocol https://. Had the same issue couple of days ago.

1 yes

1. yes 2. the 2mb limit is only on the cloud, and even there on our dedicated offering we can extend that 3. parent flow is enough, it will be propagated automatically...

GitHub / GitLab for Version Control | Wi...

Hey there, we are currently evaluating windmill as a replacement to our self-written orchestration code. As we are a team, we need to be able to have flow definitions and code in a repo as the single source of truth. I read through https://www.windmill.dev/docs/advanced/deploy_gh_gl and understood that it's possible to push changes from the repo to windmill via the sync command. But does the other direction work too? Is it possible to make changes in the UI and push changes to the repo from there? We use Gitlab btw....

yes that s normal that s how schedule

yes that's normal, that's how schedule work

Approval

Hello! I'm new here, and I have a question about the approval page: is it possible to customize it?

I was hoping that there would be

I was hoping that there would be something more direct. Abstracting an API call behind another API call seems redundant. 🙂 Here's what I was trying: wmill.run_script_sync("f/stantt/ups_tracking", {"Tracking Number":"1Z036W6E6730439313"}, verbose = True)

Using txt fields that are updated by a

Using txt fields that are updated by a bg runnable. Is there a way to display a temp value while the bg is processing? Right now I just get a big ugly "no text" box...

Package.json for Bun action

Could you share what kind of package.json would solve your issue. Opening the whole package.json is too much of a security issue on cloud at the very least

high mem usage for apps

high mem usage for apps

dperez could you show an example of the

@dperez_40301 could you show an example of the same call in bash done by exec bash into the container and inside a bash windmill script that would behave differently ?

just to verify Windmill do not currently

just to verify: Windmill do not currently have a (native) way of streaming the openai answer to the frontend apps

it s really hard to debug without an app

it's really hard to debug without an app

You should see some more information

You should see some more information about the parsed config in the logs of the servers

PowerShell/assets/ps_black_128.svg at ma...

FYI the PowerShell icon is the Windows PowerShell icon, not the PowerShell Core (cross-platform) icon. I recommend using this icon for PowerShell Core: https://github.com/PowerShell/PowerShell/blob/master/assets/ps_black_128.svg
No description

I seem to have some zombie runs

I seem to have some zombie runs triggered by schedule. this is about a flow that i was editing, but had not shut down the schedule first. The common symptoms are "flow is running", step 1 of 2 completed. step one produces an array of identifiers, step two is a for loop. job details say "Job loading.." for step 2. No errors in worker logs, i suppose also no worker starvation. The flow has 2 steps within the for-loop with retries enabled, but the first run that hangs shows no indication of being r...