POST /API/runtimeAPI/addComment/{instanceUUID}/{activityUUID}/{userId}
message=…&options=…
API Example:
AbstractRemoteRuntimeAPI.addComment({'activityUUID': /* activityUUID the activity UUID, can be null */, '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. If the activtyInstance is null, it means that this comment is a process comment.
Output:
void
Form parameters:
message - the comment
options - the options map (domain, queyList, user)