We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4d80c commit cbdf950Copy full SHA for cbdf950
docs/migration-guide/4.0.md
@@ -23,10 +23,14 @@ The change of the `SYSTEM` target to `VALIDATE` is a breaking change, as it will
23
In the Steps section below we describe how to update your workflows to use the new `VALIDATE` target.
24
25
## Steps
26
+Follow these steps to upgrade:
27
28
+### Caching domain models
29
To use 4.0.0, all workflows must have run to completion. The `cache_domain_models` step no longer is part of the codebase
30
therefore `in flight` workflows will fail.
31
32
+
33
+### Upgrading to use the VALIDATE target
34
After running the migration `(2025-05-08_cdf8758831d4_add_is_task_to_workflow.py)`, the workflow table should look like this:
35
36
```sql
0 commit comments