dbfb0b5618
The YAML parser's outer loop was exiting the tasks block when it encountered 'interval:' or 'prompt:' lines, causing only the first task to be parsed. Added isTaskField check to skip those lines. Fixes: #3034790131