Shows the checklist task functionality.
<adf-checklist
[readOnly]="false"
[taskId]="taskId"
[assignee]="taskAssignee.id">
</adf-checklist>
Name | Type | Default value | Description |
---|---|---|---|
assignee | string | (required) The assignee id that the subtasks are assigned to. | |
readOnly | boolean | false | Toggle readonly state of the form. All form widgets will render as readonly if enabled. |
taskId | string | (required) The id of the parent task to which subtasks are attached. |
Name | Type | Description |
---|---|---|
checklistTaskCreated | EventEmitter < TaskDetailsModel > | Emitted when a new checklist task is created. |
checklistTaskDeleted | EventEmitter <string> | Emitted when a checklist task is deleted. |
error | EventEmitter <any> | Emitted when an error occurs. |
© 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.