Hello
@AndreZolana,
When you pick up a file name from the "parent" queue will the process work it completely, or might the process only work with it partially? I agree that using a second (aka "child") queue here is probably overkill. In the situation where the process works with the file completely there's no need to use a separate queue at all. You should maintain all of your state within the running process. With the situation where you only partially complete working on the file, you could include the file name and something like a
Last Row Worked value the queue data. When a file is first added to the work queue, the Last Row Worked value is 0. After you've processed a few lines, you mark that work item completed in the queue and create a new work item with the same file name and the Last Row Worked value set to the row number of that last row you completed.
Does that make sense?
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------