Trying to setup Oauth connection with okta preview tenant and Windmill deployed on EKS. F
As the title says oauth connection failing with URL mismatch, the reponse url has ALB address
Not parsing?
I got a code that works, but for some reason windmill cant parse i get an error. Not sure whats wrong?
In an App, a forked/custom script's editor does not allow settings
I have scripts that need to be ran from workers with specific tags
Unable to add workspace scripts to flows
Starting last week, I am unable to add workspace scripts to flows. It will allow me to add triggers but nothing happens when I click a script. We updated to the newest version of Windmill this morning and the issue still remains. I have tested it in both Windows and Linux environments and also Chrome and Firefox and the issue is still present. I attached a screen capture for reference. Thanks!
Has anyone run windmill via coolify?
Docker compose file looks to need modifications. Would love to know if you know how to run it?
windmill cloud region
Hey everyone, new user here.
I've recently started using Windmill. The problem I'm facing now is that I want to connect to an external API, but the provider is restricting US IP addresses. I don't want to self-host Windmill at the moment and would like to bypass this restriction as easily as possible. Any suggestions? I've tried searching through the documentation for VPNs or proxies, but no luck so far....
Returning a PDF from a webhook
I have a windmill endpoint that I am trying to return a pdf file from my connected azure blob container. I saw in the docs how I can set a custom response content-type via windmill_content_type, which I set to application/pdf, i set the result to my raw pdf bytes, but the response in the browser had no body content. Is there a way I can return a PDF from a windmill webhook?
Inline script triggered on App launch
Hi ! I've set up a button to display a drawer. It works using Inline script (open("id")). However, the same script gets triggered immediately on app launch (in the Preview for example). Is there a way to prevent that ? (using : CE v1.365.0-3-g19d523dd6)
Python private package
Hello everyone,
I've just discovered Windmill, and I have some questions about Python imports.
We have Python packages hosted on a GitLab registry, but I can't seem to retrieve them to integrate them into my tasks....
[Solved] How to have a script to search for emails inside Gmail using the resource?
Let me describe what i want to do manually and tell me roughly how to do this inside windmill.dev
Manual Steps
1. search inside gmail
[DigitalOcean] Your 2024-07 invoice is available
and it will generate a list of emails (see attached image)...
AG Grid API
Is there any way to access the AG grid API? I want to create a button to select all the rows at once, and I want to use the API for it, but I can't seem to access it from the component exposed properties
Import tasks from files.
I am trying to make it so each file exports a task that can be imported.
```typescript
export async function main(arangodb: Arangodb, databaseName: string, emailAccount: string) {
const database = createClient(arangodb)({ databaseName })
...
lsp pull appears to take a very long time
the download appears to be very slow.
2024-08-14 13:55 UTC is the time...

formatter line length in python
Is there a way to increase the formatted line length? more specifically for python scripts? otherwise tweak the formatter a bit?
python statements get verbose quickly and python doesn't want to allow linebreak unless within parenthesis. this looks very weird when you have
result = await object_orm.applications.by_id("lelelel").update(the_thing=model.thingie).get(request_params=Header(content_type="text/json"))
and turns into basically ```
result = await object_orm.applications.by_id(
"lelelel"
).update(the_thing=model.thingie).get(...Pushed updated lock but continue inferring
Hi everyone.
I'm starting with python scripts
I my vs code y test the script with the "use current lock file" and i regenerate the Metadata for that script...
Schedule start time field, or equivalent.
Lets say I have a job that runs every hour, then it suddenly starts failing. For that job, it's extracting data from the DB using the hourly time period. So what I'm looking for is say three consecutive executions fail. I want to be able to rerun each job without manually entering inputs. So if the jobs that wailed were for 1,2 & 3 am. I could rerun the first, and it would have that same input of schedule time "2024-08-14 01:00:00". Then if I rerun it, it will just pull the data from 2024-08-14 00::00:00 - 2024-08-14 01:00:00.
This is something I would expect to see in an orchestration system but I can't seem to find it in any of the documentation....
Slack error handler: Resource exists but you don't have access to it
When trying to send a test message for the Slack error handler, the run fails with the following error:
``
ExecutionErr: error during execution of the script:
Not found: Resource f/slack_bot/bot_token not found for
slack`: Not authorized: Resource exists but you don't have access to it:...Error while executing Bun script: missing sourcemaps
After updating to the latest Windmill Docker image, I started getting this error when running a specific Bun script:
```
ExecutionErr: ExitCode: 1, last log lines:
m5...