Constraints comments Rest APIs

Hi,
In documents and previous topics, I see that it is not possible to set userId for comments when creating them with Rest APIs. It seems necessary to know who add a comment.
Besides, it is not possible to filter comments or get comments of a specific process instance.
Is there any better idea than managing comments and attachments out of Camunda?
Thanks,

Hi @dooghi,

if you enable authentication for the REST Api, the engine will record the user IDs: Configure Authentication | docs.camunda.org

Hope this helps, Ingo

1 Like