diff --git a/skyvern-frontend/src/routes/workflows/editor/workflowEditorUtils.ts b/skyvern-frontend/src/routes/workflows/editor/workflowEditorUtils.ts index 82ccce1d..3c1ca8ec 100644 --- a/skyvern-frontend/src/routes/workflows/editor/workflowEditorUtils.ts +++ b/skyvern-frontend/src/routes/workflows/editor/workflowEditorUtils.ts @@ -610,6 +610,7 @@ function getWorkflowBlocksUtil(nodes: Array): Array { { block_type: "for_loop", label: node.data.label, + continue_on_failure: node.data.continueOnFailure, loop_over_parameter_key: node.data.loopValue, loop_blocks: nodes .filter((n) => n.parentId === node.id)