Content Creation progress more than 100

I’m getting this from the rest API

rest/serverengine/workflow/contentcreation/getOperations

[
{
“id”: “7b284ef5-76eb-4fc9-8ec4-8cdfb39b16c3”,
“type”: “ContentCreationRestService”,
“subTask”: “Content Creation”,
“startTime”: 1689298953277,
“progress”: 312,
“template”: “TESTJOB”
}
]

What is progress a measure of ? It’s clearly not a percentage.

It’s definitely intended to be a percentage. The value is the result of 100 * (currentWork / totalWork). If it ever exceeds 100 it means currentWork > totalWork, which would be a bug.

I assume it only occurs in certain scenarios, I haven’t been able to reproduce it yet.