rename to next loop on failure (#4194)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user