09-21-2021 11:06 AM
Hi everyone,
I have a question regarding the component in subject: why does it use the "query" API instead of the "rb" API?
Another question regarding the task assignee. If I put in the component the property assignee
<adf-cloud-task-list [appName]="'default-app'" [assignee]="'assignee"> </adf-cloud-task-list>
I espect to see only the task assingned to the user logged. But the list is empty.
If I change the code as
<adf-cloud-task-list [appName]="'default-app'" [status]="'ASSIGNED'"> </adf-cloud-task-list>
I see the user logged tasks.
Thanks
Explore our Alfresco products with the links below. Use labels to filter content by product module.