Ruben Fiszel
Ruben Fiszel
Arbitrary forloops are supported by the backend but not exposed by the frontend. (Which force us to have quite a bit of brittle code, the code that does initFlow and...
This module should have a predicate for every branch + a default branch Each branch would have a full embedded flow
Background task that delete jobs, audit logs and capture (see #348 ) older than some configurable arbitrary days, and make a difference for premium and non premium workspaces. So there...
In this mode, operators cannot create flows or script but only execute them
https://docs.windmill.dev/docs/openflow/#flowmodule-and-inputtransform
Most items should be both "starrable" which is user specific favorites so we can sort them when displaying them by starred or not and then by edited at. If we...
1. Spawn a temporary endpoint 2. Send a payload to that endpoint 3. The payload is captured to be used as test input and a jsonschema is inferred and copiable...
In https://github.com/windmill-labs/windmill/blob/0c5a7f12bae92cbf27641736c3b915c728483be0/backend/src/users.rs#L505 we count all jobs, but a flow that trigger other jobs will be as if it consumed cpu time when it actually didn't. The Right way would be...