Status Life Cycle
Job Statuses
In Content API, translation jobs can have the following statuses:
Status | Description |
---|---|
CREATED |
The Connector has created the job. The job has not been sent out yet. |
SENDING | The Connector is sending out the translation job to the translation provider. |
SENT_TO_PROVIDER | The Connector has sent the translation job to the translation provider, but provider has not confirmed translation work has started yet. |
IN_TRANSLATION | The translation provider has received the translation job and has started working on it. |
COMPLETED | Connector user has marked the translation job as completed. No new translation will be processed afterwards. |
CANCELLED | The job was canceled and the untranslated requests will not be translated. |
Request Statuses
Translation requests in a job can have the following statuses:
Status | Description |
---|---|
CREATED |
The Connector created the translation request. The translation request has not been sent out yet. |
SENDING | The Connector is sending out the translation requests to the translation provider as part of translation job. |
SENT_TO_PROVIDER | The Connector has sent the translation request to the translation provider as part of translation job, but provider has not confirmed translation work has started yet. |
IN_TRANSLATION | The translation provider has received the translation request and has started working on it. |
REVIEW_TRANSLATION | The translation request has been translated by the provider, and is ready for retrieval and review |
TRANSLATION_REJECTED | A Connector user has reviewed and rejected the translated request. |
TRANSLATION_APPROVED | A Connector user has reviewed and approved the translated request. |
CANCELLED | The translation request has been canceled. |
Status Life Cycle Flow