There’s currently a problem retrieving items from the action center using the task catalog name as filter. This results in an inability to obtain the correct catalog set for further processing.
The query filters attempted are:
(Status eq ‘Completed’) and (TaskCatalogName eq ‘WbzNewCatalog’)
(Status eq ‘Completed’) and (IsDeleted eq false)
(Status eq ‘Completed’) and (IsDeleted eq false) and (TaskCatalogName eq ‘WbzNewCatalog’)
(Status eq ‘Completed’) and (IsDeleted eq false) and (CatalogName eq ‘WbzNewCatalog’)