rename to next loop on failure (#4194)

This commit is contained in:
LawyZheng
2025-12-04 16:33:58 +08:00
committed by GitHub
parent 606580828f
commit bc8b20a742
18 changed files with 62 additions and 64 deletions

View File

@@ -208,7 +208,7 @@ class BlockYAML(BaseModel, abc.ABC):
model: dict[str, Any] | None = None
# Only valid for blocks inside a for loop block
# Whether to continue to the next iteration when the block fails
next_iteration_on_failure: bool = False
next_loop_on_failure: bool = False
@field_validator("label")
@classmethod