diff --git a/client/src/components/Workflow/Editor/modules/layout.ts b/client/src/components/Workflow/Editor/modules/layout.ts index 3c6de54844cd..843867c7def1 100644 --- a/client/src/components/Workflow/Editor/modules/layout.ts +++ b/client/src/components/Workflow/Editor/modules/layout.ts @@ -235,6 +235,8 @@ function stepToElkStep( id: `${step.id}`, height: roundingFunction(position.height), width: roundingFunction(position.width), + x: step.position?.left, + y: step.position?.top, layoutOptions: { "elk.portConstraints": "FIXED_POS", },