cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Initiating a Translation Package Creation from a Java workflow expression robot

AdamElkins
8-Gravel

Initiating a Translation Package Creation from a Java workflow expression robot

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?

2 REPLIES 2
plutsky
14-Alexandrite
(To:AdamElkins)

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.

Announcements

Top Tags