Displays comments from users involved in a specified task and allows an involved user to add a comment to a task.

adf-comments

Basic Usage Task

<adf-task-comments
    [taskId]="YOUR_TASK_ID"
    [readOnly]="YOUR_READ_ONLY_FLAG">
</adf-task-comments>

Class members

Properties

NameTypeDefault valueDescription
readOnlybooleanDetermines if comments are read only.
taskIdstringThe numeric ID of the task.

© 2023 Alfresco Software, Inc. All Rights Reserved.