Add ForLoop block support for cached scripts (#SKY-7751) (#4600)

This commit is contained in:
pedrohsdb
2026-02-01 21:44:00 -08:00
committed by GitHub
parent 0de4719bf9
commit 4c56ff36d0
2 changed files with 92 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ BLOCK_TYPES_THAT_SHOULD_BE_CACHED = {
BlockType.EXTRACTION,
BlockType.LOGIN,
BlockType.FILE_DOWNLOAD,
BlockType.FOR_LOOP,
}