Workflows are composed of multiple steps. When you modify workflow code, it’s important to consider how these changes might affect in-progress workflows.
If your code changes remove or modify 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:
Copy
Ask AI
HTTP status 400. Incompatible step name. Expected <STEP_NAME>, got <STEP_NAME>