Custom Dynamic Translation build

ganapati2
Tera Contributor

We are trying to build a custom dynamic translation. Currently we are using IBM as our dynamic translator which is a OOB translator. We would like to understand how we could build a custom flow where we are going utilize a third party as a Dynamic Translation service provider. I would like to understand the detailed steps how we could achieve it. Has anyone done this before? Any leads would be much appreciated.

Thanks

Ganapati

 

23 REPLIES 23

Hi @santoshrega,

Did you manage to implement a custom subflow to translate texts?
I've been trying to create one, but I'm not sure if I'm configuring well my subflow outputs.

Hi, 

Yes, I was able to create a custom subflow under custom spoke. We have to replicate OOTB subflow mostly.

Hi @santoshrega,

I cloned a subflow, changed only the action that calls the API to the service provider to use the service I want, and now my subflow returns the following (as shown in the FlowExecution image).
When I click on the Translate button next to the work note (TranslateAction), my custom subflow is called, but the actual translated content (as shown in image FlowExecution) is not displayed in the UI and remains stuck on Translating.
Do you know what could be causing this? Is there any configuration that I have forgotten or that is missing?

Did you configure Translator configuration record? 
Also, please check the flow logs. What error it is showing? 

Yes, I created a Translator Configuration, otherwise I don't think I could even get my subflow to be called automatically by the Translate button when I click on it.

TranslatorConfiguration.png



 

 

 

 

 

 

 

 

 

And my subflow ends in completed and I can't see any log that points me to a possible error.