Translation Job Status | Community
Skip to main content
Level 2
November 18, 2024

Translation Job Status

  • November 18, 2024
  • 2 replies
  • 734 views

We have created translation jobs programmatically and within workflow participant step - we have given an option to "Start Translation". We are using third part translator - they are doing manual translation and send the response back to AEM. Until and unless we refresh the translation job page eg: http://localhost:4502/projects/details.html/content/projects/test-poc - we don't see the change in translation job status. 

 

We tried refreshing the translation job page via curl, postman request - we received 200 response but the translation job status is not getting changed. Only when we log into AEM and load this page - status change happens.

 

Are there any other ways to refresh this page without user visiting translation job page manually because we are looking for property change event and triggering one more workflow for reviewing the translated changes. Let us  know if there are any alternatives to manual page refresh. 

 

Whenever we trigger "Start Translation" - at the backend "sync-translation-job" workflow gets triggered and it "Sync translation page with children if requested." and when we receive the updates from 3rd party translator - this "sync-translation-job" workflow doesn't gets triggered. Can we capture any events once 3rd party translator sends the translated response.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

kautuk_sahni
Community Manager
Community Manager
November 19, 2024

@mukeshyadav_ @arunpatidar @khamat_bn @tarunkumar @pradeepdubey82  would you please take a moment to review this question? We would be grateful if you could share your suggestion on this question.

Kautuk Sahni
Level 5
November 20, 2024

Did you select the checkbox (handler advance) in workflow process to make sure it moves to the next step once current step completed it's execution?

Level 2
November 26, 2024

Can anyone confirm that the manual refresh of the Translation Job page is a pre-requisite for all "Human Translation" jobs?

Is there any documentation evidence available? 

Should the scheduler pickup the updated status without manual refresh of the job page?

How AEM pulls the files back into AEM from Translation service in case of Human Translation? - Can someone provide insights on this? Is there a polling job set to check for updates or event listener?

 

Thanks,

Sumit Kulkarni