POST /API/runtimeAPI/addCommentToAProcessInstance/{instanceUUID}/{userId} message=…&options=…
AbstractRemoteRuntimeAPI.addComment({'instanceUUID': /* instanceUUID the process instance UUID */, 'userId': /* userId the userId */, 'message': /* message the comment */, 'options': /* options the options map (domain, queyList, user) */});
Adds a comment to the ProcessInstance feed.