adf-cloud-task-list component

cancel
Showing results for 
Search instead for 
Did you mean: 
ilseva
Active Member II

adf-cloud-task-list component

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