Is it possible to configure content fragment models so that they generate unique dynamic file IDs when creating content fragments which could be used for querying purposes and all?
Create custom component that you will be able to add while you defining your Content Fragment Model, below is an example of how this can be implemented - of course you will have to implement logic that will generate ID by yourself.
Develop custom Workflow Model that will set the ID and will be triggered by Workflow Launcher - this alternative to Event Handling/Sling Post Processor option
Create custom component that you will be able to add while you defining your Content Fragment Model, below is an example of how this can be implemented - of course you will have to implement logic that will generate ID by yourself.
Develop custom Workflow Model that will set the ID and will be triggered by Workflow Launcher - this alternative to Event Handling/Sling Post Processor option