Should I go for RE Framework for my project?

This seems more like a linear process rather than a transactional process.
A transactional process would be having a list of files to download and the process will iterate over that list and download each one (each file would be considered a transaction).

You can just make a simple linear process for this and skip the REFramework if you aren’t familiar with how it works.

1 Like