Shows the checklist task functionality.

Basic Usage

<adf-checklist 
    [readOnly]="false" 
    [taskId]="taskId" 
    [assignee]="taskAssignee.id">
</adf-checklist>

Class members

Properties

NameTypeDefault valueDescription
assigneestring(required) The assignee id that the subtasks are assigned to.
readOnlybooleanfalseToggle readonly state of the form. All form widgets will render as readonly if enabled.
taskIdstring(required) The id of the parent task to which subtasks are attached.

Events

NameTypeDescription
checklistTaskCreatedEventEmitter<TaskDetailsModel>Emitted when a new checklist task is created.
checklistTaskDeletedEventEmitter<string>Emitted when a checklist task is deleted.
errorEventEmitter<any>Emitted when an error occurs.

© 2023 Alfresco Software, Inc. All Rights Reserved.