During processing and after the initial publication of a recording, the event details tab does not show any information about running or run workflows:
In the browser debug console, I can see that the backend is sending the workflow information for the event.
http://localhost:8080/admin-ng/event/f875fdaf-ca19-48a9-9556-f70ccbbbc454/workflows.json
{
"count": 2,
"results": [
{
"submitter": "admin",
"submitted": "2025-11-06T09:02:07Z",
"id": 1852,
"submitterName": "Administrator",
"title": "Process upon upload and schedule",
"status": "EVENTS.EVENTS.DETAILS.WORKFLOWS.OPERATION_STATUS.SUCCEEDED",
"submitterEmail": "example@opencast.org"
},
{
"submitter": "admin",
"submitted": "2025-11-06T09:04:17Z",
"id": 1887,
"submitterName": "Administrator",
"title": "Publish",
"status": "EVENTS.EVENTS.DETAILS.WORKFLOWS.OPERATION_STATUS.SUCCEEDED",
"submitterEmail": "example@opencast.org"
}
]
}
For manually uploaded videos the workflow information is displayed correctly.
Tested with Opencast 18.3
During processing and after the initial publication of a recording, the event details tab does not show any information about running or run workflows:
In the browser debug console, I can see that the backend is sending the workflow information for the event.
http://localhost:8080/admin-ng/event/f875fdaf-ca19-48a9-9556-f70ccbbbc454/workflows.json
{ "count": 2, "results": [ { "submitter": "admin", "submitted": "2025-11-06T09:02:07Z", "id": 1852, "submitterName": "Administrator", "title": "Process upon upload and schedule", "status": "EVENTS.EVENTS.DETAILS.WORKFLOWS.OPERATION_STATUS.SUCCEEDED", "submitterEmail": "example@opencast.org" }, { "submitter": "admin", "submitted": "2025-11-06T09:04:17Z", "id": 1887, "submitterName": "Administrator", "title": "Publish", "status": "EVENTS.EVENTS.DETAILS.WORKFLOWS.OPERATION_STATUS.SUCCEEDED", "submitterEmail": "example@opencast.org" } ] }For manually uploaded videos the workflow information is displayed correctly.
Tested with Opencast 18.3