I am having problems designing a proper UML activity diagram.
I've seen similar questions and possible answers: How to present a loop in activity diagram?
Even with these answers I am having doubts and my own answer doesn't correspond with the UML definitions.
Summarization of the problem: Loop over folders and files in each folder, act upon each folder depending on its name and upon each file depending on its name. The main problem I am having is if I …