From 8a828409594869f21bc3df3757c8a5ecbc97d47a Mon Sep 17 00:00:00 2001 From: Favour Ohanekwu Date: Mon, 12 Jan 2026 10:20:09 +0100 Subject: [PATCH] Update changes.mdx --- workflow/howto/changes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: