How long does it take to generate a word document with RPE and DNG?

One answer

David
It is hard to said if it is taking long time or not since it depends on many external variables usually related to each environment.
But instead of focus on how much time it takes I would like to review the current way that you are using to retrieve custom attribute information, could you please share some general information about your current approach?
Are you combining schemas? Maybe Are you using modules schema to get the artifacts inside the module then executing a new REST call to get extra information about each artifact?
It is hard to said if it is taking long time or not since it depends on many external variables usually related to each environment.
But instead of focus on how much time it takes I would like to review the current way that you are using to retrieve custom attribute information, could you please share some general information about your current approach?
Are you combining schemas? Maybe Are you using modules schema to get the artifacts inside the module then executing a new REST call to get extra information about each artifact?
Comments

I use a module schema and then dynamically retrieve the text schema for each artifact. The console shows reference to the individual artifact attributes 4-5 times per artifact.
datasource/artifact
container
Data source config
text
artifact
objectType
condition name='Requirement'

Thanks for sharing this information.
Since you are focus only on the artifacts inside the module to be published using the same schema, in this case text, please give it a try to this REST call....
https://serverName:port/rm/publish/text?moduleURI=_pzlaYeY6EeWFpd8HrIInQ
This will retrieve artifact information included on module based on the text schema.