Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to customise the search facets in workflow inbox

Avatar

Level 2

Hi all,

 

It's pretty standard to customise the search rail for assets but has anyone ever customised the search rail for workflow inbox? Let's say I wanted to add a different facet to filter the inbox items. I don't see any documentation regarding this anywhere and naturally would be very interested to know if anyone has done this. I have attached a screenshot and marked up the section that I am alluding to.

 

workflow-inbox.png

 

Many thanks.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @av-ey,

Per the OOB implementation, InboxItemFilter(com.adobe.granite.workflow.exec.filter.InboxItemFilter) implementation specifically looks for/handle these standard set of OOB highlighted facets/predicates in InboxOmniSearchHandler(com.adobe.cq.inbox.impl.omnisearch.InboxOmniSearchHandler)

Customization will involve custom OmniSearchHandler(com.adobe.granite.omnisearch.spi.core.OmniSearchHandler) and custom InboxItemFilter implementation. (rewriting whole of the implementation and its huge change)

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @av-ey,

Per the OOB implementation, InboxItemFilter(com.adobe.granite.workflow.exec.filter.InboxItemFilter) implementation specifically looks for/handle these standard set of OOB highlighted facets/predicates in InboxOmniSearchHandler(com.adobe.cq.inbox.impl.omnisearch.InboxOmniSearchHandler)

Customization will involve custom OmniSearchHandler(com.adobe.granite.omnisearch.spi.core.OmniSearchHandler) and custom InboxItemFilter implementation. (rewriting whole of the implementation and its huge change)

Avatar

Level 2

Thanks for replying. This is what we had planned for and also decided to shelf the idea because of the effort invovled. I was hoping there would some other legitimate hooks for doing this but sadly that does not appear to be the case. We will feed this as an enhancement request for Adobe to provide extensibility points for inbox customisations. The out of the inbox very rarely meets customer requirements.