One workflow process multiple files at the same time
Hi there, I have a question about how many threads one workflow can run?
The background is that there are hundreds of files we need to process every day, in the same format, but if we process the file one by one, it will cost about more than 8 hours. So we've set a main workflow to check files, and send files to a sub-workflow to process. The main workflow can call the sub-workflow multiple times, but the sub-workflow still process files one by one.
Is there any other solution to handle this situation, or is there somewhere I can update on my workflows?
Thanks

