Steps:
- Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
- Open dev tools of your browser
- Open Cockpit and navigate to Operation Log page
Observed:
The task id is displayed in the operation log table. For each task entry the following request is sent:
POST http://localhost:18080/camunda/api/engine/engine/default/history/task {"taskId":"c2eae54a-06e6-11ea-aaa0-e4a7a094a9d6"}
Response:
400 / Bad Request {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
Expected:
No unbound requests to be performed and the name of the task is displayed in the operation log table.