Versioning + DAG order of execution
1) the api is versionned but our api viewer/explorer only display the current/last one
2) yes
3) there is a top left toggle that says "dataflow" to see the dataflow...
hey there, how can one enable `unstable`
hey there, how can one enable
unstable
featrues of deno in windmill?Plans & How to Upgrade | Windmill
Hi!
To have your instance switch from Community Edition to Enterprise Edition, you'll need to change the Windmill image:
- Docker: in docker-compose.yml and .env.
- Helm: see the Helm Chart repository README.
...
note that some of them would not be
note that some of them would not be stuck anymore given the improvements we did, and we will continue iterating on having less surface of it happening and more visibility on them
Force cancel one by one or delete all by
Force cancel one by one or delete all by delete them from the jobs table
The DAG you see here is the topological
The DAG you see here is the topological order DAG. It defines the dependency order between the steps. The dataflow DAG is more freely defined as just the connection of inputs and outputs between the steps. You can use the result of any prior step as the input of any step
Is it possible to use a typesafe ORM
Is it possible to use a typesafe ORM like Drizzle ORM or Kysley when working with Postgres across my functions? Like I want to store my schema in some global state so all my scripts can reference the same schema for easily working with Postgres in Typescript. Would this also be possible using Mongoose for MongoDB?
Thank you...
You can't, it's a multi-tenant one and
You can't, it's a multi-tenant one and we have a frequent deployment schedule
You can use its default id (which starts
You can use its default id (which starts with
a
, b
, etc, or change its ID to a better name by clicking on the the pencil
on the left panel (inside Components
). On a button, you can click on Create an inline script
, choose JavaScript
and you can use the input value using its id dot result, e.g: txtNumber.result
.Can you share the version you're on and
Can you share the version you're on and similar details per email again please
Hi, I wrote that script and as far as I
Hi, I wrote that script and as far as I can tell, it still works. Tomorrow I can check if my current version is different from this one.
I added it to my local
admin
workspace....I'm struggling a bit with something that
I'm struggling a bit with something that feels like it should be very easy to achieve in the app editor, maybe someone here can help?
I have created a bunch of input fields (22, actually) and a button. When the button is pressed I want to invoke a flow. But to send the right parameters to the flow I need to transform the values from all the input components into a single workflow parameter. So one of the parameters to the workflow should be something like:
```
{"prop1": input1.result, "prop2".input2.result, ...}...
in EE, you can soon export the job logs
in EE, you can soon export the job logs to datadog, loki, but even clickhouse would work great