Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Version: Windchill 12.1
Use Case: I am looking for a way to initiate the creation of a translation package from a workflow. Is that possible? Are there any Java API's I can use to potentially do this in an expression robot?
Description:
I am looking for a way to initiate the creation of a translation package from a workflow. Is that possible? Are there any Java API's I can use to potentially do this in an expression robot?
There is a public class called TranslationProcess which includes public methods for initiating a translation. The general idea is that you would need to first call an api to create the objects and the baseline, and then call an api "exportTranslationPackage"
com.ptc.tml.utils.TranslationProcess
Thanks! I will look into this and mark it as the solution if it pans out.