Read comments of completed tasks

Hey Guys,

Another questions, I don’t see any method or rest endpoint in history service to read the comments of completed task.

I see we can add comment on task and read them but once task is completed we don’t have any accessibility of them via any api or in cockpit.

Does anyone know any way to read it? Or is it not possible?

-Rohit

1 Like

Never mind guys! We can still access that using task api itself.

I was expecting it to come from history service as Camunda keeps everything which is active in runtime DB and everything completed in history DB.

We can still get those comments via task comments rest service via passing taskId.

Thanks!