Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workflow/howto/changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down