ym1198
Get parameters of a run through logs
if you know the job id, you can call this api https://app.windmill.dev/openapi.html#/operations/getJob
and in response you will
args
cc @rubenf2 replies
For Approval step, how to add handler to run when it is disapproved ?
any disapproval stops the flow ?
like if i requested 4 people and there are 3 minimum approval count,
first 2 approved, 3rd dispproved & last one approves
will it stop at 3rd disapproval or wait till all are done ?
8 replies
Which deno version is used by worker ?
it wasn't able to find
but i think
deno 1.38
uses rustls for tls
rustls version 0.21.8
which supports tls 1.2 & 1.3
https://docs.rs/rustls/0.21.8/rustls/manual/_04_features/index.html
7 replies
Where exactly i can add value of text-input to click-handler of button in App
suppose in first node of decision tree, we have form with 2 inputs - email and password
and in next node of decision tree , if that creds are success, in next node i will show one table
13 replies