Skip to content

Commit deaac0e

Browse files
committed
link to workflow definitions on each definition
1 parent 02143a1 commit deaac0e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/production-deployment/worker-deployments/worker-versioning.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,9 @@ To get started with Worker Versioning, you should understand some concepts aroun
8181
- Pinned Workflows are designed for use with rainbow deployments. See [Deployment Systems](#deployment-systems).
8282
- Pinned Workflows don't need to be patched, as they run on the same worker and build until they complete.
8383
- If you expect your Workflow to run longer than you want your Worker Deployment Versions to exist, you should mark your Workflow Type as Auto-Upgrade.
84-
- Each Worker Deployment has a single **Current Version** which is where Workflows are routed to unless they were previously pinned on a different version.
85-
- Each Worker Deployment can have a **Ramping Version** which is where a configurable percentage of Workflows are routed to unless they were previously pinned on a different version.
86-
- For a given Workflow, its **Target Worker Deployment Version** is the version it will move to next.
87-
88-
You can find more details on the versioning types above in the [Worker Versioning encyclopedia article](/worker-versioning#versioning-definitions).
84+
- Each Worker Deployment has a single [**Current Version**](/worker-versioning#versioning-definitions) which is where Workflows are routed to unless they were previously pinned on a different version.
85+
- Each Worker Deployment can have a [**Ramping Version**](/worker-versioning#versioning-definitions) which is where a configurable percentage of Workflows are routed to unless they were previously pinned on a different version.
86+
- For a given Workflow, its [**Target Worker Deployment Version**](/worker-versioning#versioning-definitions) is the version it will move to next.
8987

9088
## Setting up your deployment system {#deployment-systems}
9189

0 commit comments

Comments
 (0)