Skip to content

Commit cbdf950

Browse files
committed
Steps
1 parent eb4d80c commit cbdf950

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/migration-guide/4.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ The change of the `SYSTEM` target to `VALIDATE` is a breaking change, as it will
2323
In the Steps section below we describe how to update your workflows to use the new `VALIDATE` target.
2424

2525
## Steps
26+
Follow these steps to upgrade:
2627

28+
### Caching domain models
2729
To use 4.0.0, all workflows must have run to completion. The `cache_domain_models` step no longer is part of the codebase
2830
therefore `in flight` workflows will fail.
2931

32+
33+
### Upgrading to use the VALIDATE target
3034
After running the migration `(2025-05-08_cdf8758831d4_add_is_task_to_workflow.py)`, the workflow table should look like this:
3135

3236
```sql

0 commit comments

Comments
 (0)