POST /API/runtimeAPI/addCommentToAnActivityInstance/{activityUUID}/{userId} message=…&options=…
AbstractRemoteRuntimeAPI.addComment({'activityUUID': /* activityUUID the activity UUID */, 'userId': /* userId the userId */, 'message': /* message the comment */, 'options': /* options the options map (domain, queyList, user) */});
Adds a comment to an ActivityInstance feed.