Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
The blocked segments now will be included in the workflow step progress calculation.
-
Empty show more show less
Description
Problem
When there are blocked segments in the task, they are evaluated when the task workflow progress is calculated.
To reproduce
Ex:
The task is in workflow step translation and has 10 segments. 5 out of 10 segments are with blocked autostate and the other 5 segments are in state translated.
The total workflow progress is calculated with this formula:
progress = segmentCount / segmentFinishCount;
segmentFinishCount is the count of the segments with translation workflow step autostates (translated, translated auto) in our case 5.
Since the blocked segments are not in the current workflow autostates pull, they are counted in the segmentCount but not in the segmentFinishCount.
Attachments
Issue Links
- relates to
-
TRANSLATE-2753 Change task progress calculation by excluding blocked segments
- Done
-
TRANSLATE-2754 Calculate task progress on word count instead segment count
- Selected for dev