diff --git a/workflow/howto/changes.mdx b/workflow/howto/changes.mdx index d3c39d7b..18e525fd 100644 --- a/workflow/howto/changes.mdx +++ b/workflow/howto/changes.mdx @@ -6,7 +6,7 @@ Workflows are composed of multiple steps. When you modify workflow code, it's im ## Issues -You cannot change the step order of a existing workflow. +You cannot change the step order of an existing workflow. If your code changes remove or reorder existing steps, in-progress workflows may attempt to continue from a point that no longer exists. This can lead to workflow failures, typically resulting in the following error: