'Deferring downloads instead of being uploaded with the job?

My goal is to update the viewer only and then offer the option to generate the items for download and I was wondering what is the best way to handle this.

Currently when we send a workitem it returns with the updated svf and updates the viewer along with creating and uploading the selected export formats(stl, stp, dwg), BOM, etc. This increases the time that the user is waiting for the workitem to return.

Is a new AppBundle required or can this be handled within the same one?

Thanks in advance for your help!



Solution 1:[1]

This can be achieved using 1 appbundle only. You just need multiple activities. Each activity can use the same appbundle, and will be defined to use different portion of appbundle which can be decided based on the command line flags. Then you can in each of the phase send workitem using needed activity.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Michal Vasicek