Update workflow-features-concepts.md

Correct link for know limitations in workflow page

Signed-off-by: Shubhdeep Singh <shubhdeepsingh1502@gmail.com>
This commit is contained in:
Shubhdeep Singh 2024-06-28 12:35:42 +05:30 committed by GitHub
parent a131233e14
commit 1048cd847f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ You can use the following two techniques to write workflows that may need to sch
Because workflows are long-running and durable, updating workflow code must be done with extreme care. As discussed in the [workflow determinism]({{< ref "#workflow-determinism-and-code-restraints" >}}) limitation section, workflow code must be deterministic. Updates to workflow code must preserve this determinism if there are any non-completed workflow instances in the system. Otherwise, updates to workflow code can result in runtime failures the next time those workflows execute.
[See known limitations]({{< ref "workflow-features-concepts.md#workflow-determinism-and-code-restraints" >}})
[See known limitations]({{< ref "#limitations" >}})
## Workflow activities