EM server for morph files tracking

Greetings,

I have so many morph files.
I'd like to keep a centralized track of all of them, when I used them, the todo list, the place.
Is there is a way to use the EM server to automate that ?
At the end, my knowledge and my competencies are in the morph files, not in the data I generate.

Regards

Technically, you don't need the Server for that.

You can build a directory of all projects with the "List files" action. The action, btw, returns the timestamp when the file was last opened (accessed).

The "Project metadata" can return the to-do lists from a list of projects, the connectors, and quite a few other useful metadata.

If you use .dset files, since the recent release, they contain a lot of useful metadata, such as:

  • The date/time when the file was created
  • The workflow that created the .dset file and the last modification date of the workflow
  • The workflow run ID
  • Custom metadata (in the key-value form)

Hi Dmitry,

Thank you for your answer.
I did a tool this way and as usual with EM, it was quite simple.
I was just wondering if some users in the community are using EM server to manage the whole EM activity.

Regards