ym1198
ym1198
WWindmill
Created by ym1198 on 3/28/2024 in #help
My docker compose has postgres 14 , but latest compose yaml has postgres 16
Is it safe to just directly update to 16 ?
6 replies
WWindmill
Created by ym1198 on 3/16/2024 in #help
For Approval step, how to add handler to run when it is disapproved ?
When it is approved, the next step is run as expected. But when you want to do some action on disapproval, what to do ?
8 replies
WWindmill
Created by ym1198 on 3/5/2024 in #help
Which deno version is used by worker ?
Recently the 3rd party api server has updated its min TLS version I am using axios to call their apis But axios uses native module like in nodejs, it uses http module & min/max tls version of axios is determined by http module which in turn by nodejs version SO which deno version is used in worker @rubenf
7 replies
WWindmill
Created by ym1198 on 1/20/2024 in #help
How to turn off publicly deployed app
No description
4 replies
WWindmill
Created by ym1198 on 1/5/2024 in #help
Where exactly i can add value of text-input to click-handler of button in App
No description
13 replies
WWindmill
Created by ym1198 on 12/21/2023 in #help
Getting ExecutionErr for lightweight flows run by schedule
ExecutionErr: error during execution of the script: process terminated by signal: Some( 9, ), stopped_signal: None, core_dumped: false I am very sure the flow job step which is giving this error is very simple and just one small api call but it is still failing with above error
5 replies
WWindmill
Created by ym1198 on 10/31/2023 in #help
What does Filter-by-args-set do on run's page
No description
2 replies
WWindmill
Created by ym1198 on 10/30/2023 in #help
One particular workspace's schedules page takes too long to load
Earlier it was 3-4 seconds, now upto 10 seconds. Other workspace's schedule page load as usual 1-2 seconds but this particular workspace takes too long, I check in chrome network inspector, the api takes too long to finish. Not sure what is the issue
29 replies
WWindmill
Created by ym1198 on 10/3/2023 in #help
Which rest api to use for re-running a failed flow-run
My usecase is if some flow-run gets failed in production workspace (which i dont have access to) due to 3rd party rate limiting issue. We want to run that job again by clicking on "Run again" But since i dont have access to that workspace, i cannot run that again. And senior have to run that. Since they are busy, can i run that script by using the unique run-id of that run with rest api ? If yes, please let me know the rest api for re-running a particular flow. PS- dont what to run that script but that particular run instance of that script so input remains same
14 replies
WWindmill
Created by ym1198 on 9/26/2023 in #help
Error while saving the flow as a draft: Not authorized: You are not owner of the folder ABC
Getting this error on workspace where I am not an admin but an Author and in folder where I am writer and not owner. Same error for script also : Error while saving the script as a draft: Not authorized: You are not owner of the folder ABC
3 replies
WWindmill
Created by ym1198 on 9/21/2023 in #help
Minor bug report : On clicking load-more on home page, the count keeps increasing
Check the video attached
2 replies
WWindmill
Created by ym1198 on 9/21/2023 in #help
Any one-click way to move one particular script/flow to another workspace ?
Any one-click way to move one particular script/flow to another workspace , instead of manually building that flow/script again ? I understand it is a difficult thing as folder name, path name, variables, etc all have to be moved then but any workaround ? @rubenf
3 replies
WWindmill
Created by ym1198 on 9/20/2023 in #help
How to take input 2-d array in scripts
Please help @rubenf
10 replies
WWindmill
Created by ym1198 on 9/15/2023 in #help
Schedule cron expression
I want to run a schedule every minutes from 4 am to 6 pm , on mon, tue, wed, thu, fri when using * 4-18 * * 1-5 it is saying that it will start frm january 2024 can you guide pls @rubenf
1 replies
WWindmill
Created by ym1198 on 8/8/2023 in #help
Why opening a flow & closing it without changing anything, shows unsaved changes in next open.
I created a flow. saved it .closed it open it again (by edit button). changed nothing closed. when opening again, it says "Flow restored from euphemeral auto-save" even though i have not changed anything. Low priority though.
1 replies
WWindmill
Created by ym1198 on 8/8/2023 in #help
schedule in different workspaces with same name override each other
If i create schedule with name ABC in workspace 1 and schedule with name ABC in workspace 2, workspace 2 schedule ABC runs perfectly but schedule ABC is not scheduled anymore in workspace 1. When I again enable for workspace 1, now workspace 2 schedule ABC gets stopped (enabled but does not set new jobs for future) @rubenf please take a look (seems low priority for most people). For now, i am using different names
17 replies
WWindmill
Created by ym1198 on 7/24/2023 in #help
Meaning of this error ?
{ "error": { "name": "ExecutionErr", "message": "error during execution of the script: process terminated by signal: Some( 9, ), stopped_signal: None, core_dumped: false" } }
11 replies
WWindmill
Created by ym1198 on 7/22/2023 in #help
How to use ffmpeg in windmill ?
Ffmpeg needs to be installed as dependency in ubuntu and another npm lib fluent-ffmpeg , I use to call the command line ffmpeg command (or can directly use ffmpeg command via child-process). But ffmpeg has to be installed on commandline. How to do that in script ?
16 replies
WWindmill
Created by ym1198 on 7/22/2023 in #help
Author role user have access to variables/secrets too of that folder
I am giving a user XYZ access as operator on workspace-level and author of a particular folder. The person is not a developer but a sales team member so he should only be executing the script/flow in that folder. Currently, the person XYZ can read the script also of that folder (can see the code). I am fine with this. But the person XYZ can also read the secrets/variables of that folder. The person XYZ cannot directly see the secrets Variables tab in left-sidebar but if the person goes to url of variables tab, XYZ can see the variables there. How can i just XYZ access to execute script (fine with read too, for now) but not permission to read the variables.
13 replies
WWindmill
Created by ym1198 on 7/18/2023 in #help
What exactly is euphemeral token ?
No description
31 replies