Adds and retrieves comments for task and process instances in Process Services.
add(id: string
, message: string
): Observable
<
CommentModel
>
Adds a comment to a process instance.
string
- string
- Text for the commentObservable
<
CommentModel
>
- Details of the comment addedget(id: string
): Observable
<
CommentModel
[]>
Gets all comments that have been added to a process instance.
string
- Observable
<
CommentModel
[]>
- Details for each commentgetUserImage(user: any
): string
any
- string
-See the Comments API section of the Alfresco JS API docs for further details about the underlying REST API.
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.