Skip to content

Commit

Permalink
Merge pull request #4238 from Shubhdeep02/v1.13
Browse files Browse the repository at this point in the history
Update workflow-features-concepts.md
  • Loading branch information
hhunter-ms committed Jun 28, 2024
2 parents a131233 + 1048cd8 commit 2596e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2596e84

Please sign in to comment.