How can we generate list of files from all the folders and subfolders over Easymorph Server?
You can create a Server task that generates such a list. See here: How to process parent-child data structures
We already have got the path of such files for which we already have a task we are concerned about the files for which we don’t have any existing task.
Check out the link in my answer above - it’s a workflow that collects paths of all files in a hierarchical folder structure.
If your folder structure is not too deep (less than 10 levels), you can collect all files and their attributes using the “List files” action in the recursive mode (see below).