<!-- Hey! The fastest way to find solutions is by using the 🔎 search function at the upper right.
If your question hasn't been asked before, please follow the template below. Skip the questions that are not relevant to you. -->
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
To ensure sequential processing without overlapping execution, you can use the “Wait” node in combination with the “Function” node. First, collect all URLs from the subsitemap, then use a “Function” node to iterate through each category URL sequentially. After processing each category, add a “Wait” node to pause the workflow until all products in that category are processed before moving to the next category. This approach ensures each level completes fully before proceeding to the next.