I would like to generate Revit files via DesignAutomation API, prefilled with Types and Layers that come from an external data source.
The source can contain +10k types, and i would like to know what is the best approach to feed this data to the Work Item. Can i run into limitations regarding processing time or size? How can i estimate cloud credit cost of such a process?
If i upload it to a Bucket can the addin code access it? Are there any examples for using Bucket this way?
I could also build it into the plugin code if necessary, but would like to avoid this.
Any hints appreciated.
update: So i could not find a way to include the lengthy json file itself in the initial work item request, i had to create a web service that provides an endpoint from which Forge can download the json file(s).