Skip to Content
0
Apr 28, 2016 at 09:01 PM

My Inbox - showing more WFs than scenario specific ones

628 Views

Hi, I have installed and configured My Inbox application as indicated in the main documentation (help portal/Fiori Apps Library) and I have implemented all the notes as mentioned in central note "My Inbox - showing more WFs that scenario specific ones".

I have defined 2 tiles for the launchpad. In one of them I want to show scenario specific WFs and in the other one the whole Inbox.

I have configured the two tiles as indicated in the documentation for "Scenario specific" and "All Items" options:

  • URL - /sap/opu/odata/IWPGW/TASKPROCESSING;v=2;mo/TaskCollection/$count/?$filter=Status eq 'READY' or Status eq 'RESERVED' or Status eq 'IN_PROGRESS' or Status eq 'EXECUTED'

Semantic Object - WorkflowTask

Action - displayInbox

Parameters - allItems=true

  • /sap/opu/odata/IWPGW/TASKPROCESSING;v=2;mo/ScenarioCollection?$filter=key eq 'AFE_STATUS'

Semantic Object - WorkflowTask

Action - displayInbox

Parameters - scenarioId=AFE_STATUS

Back-end configuration:

Gateway configuration:

I have activated the WF filter on both systems.

When I see the Launchpad, there are 2 tiles showing 5 WF for the "All Items" configuration 1 WF for the "AFE_STATUS" scenario specific, which seems ok. The problem is that when I select the AFE_STATUS tile, it shows all the 5 WF anyway.

Any ideas why the selection is not filtering the WF correclty?

Thanks,