Returns detailed workflow information and status for a document and its specified target language.
Note: Each target languages has its own workflow, independent from each otherWorkflows are unique to each target language, operating independently from one another.
URL
Code Block |
---|
(GET) /api/projects/{pid}/workflows/{did}/status/{trg} |
...
branch | A project target locale. The branch locale is the language of the ultimate deliverable. | string |
status | The workflow status. See Workflow Status (Enumeration)
| int, Mandatory |
statusTitle | Name of status. | string |
statusDate | Date of current status. | datetime |
openJobs | Number of jobs that are unfinished. | int |
steps | In most cases this will be 1. The total number of source/target language combinations to go from the document source language to the branch language. Greater than 1 exclusively with workflows such as back-translation or parallel translation. | int |
file | Information about the translated file:
You are ready to pull the deliverable if the workflow status is 3 or 4 and the deliverable file exists. | object |