Skip to Content
0
Former Member
Dec 17, 2007 at 09:31 AM

Display of Task ID’s as a property in the portal.

74 Views

Hi UWL Experts

Is it possible to display Task ID’s (like uwl.webflow.TS92000034) as a column in the portal?

The reason for the question is that I am creating a task filter, which works fine for almost every application area, but I have some custom created tasks that I can’t find the specific Task ID or prefix for.

When no filter is added then the tasks are displayed in the UWL, and when filter with the specific id entered then nothing is shown in the list.

This works

<View name="DefaultView_test" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow” …….

This doesn’t work

<View name="DefaultView_test" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.TS92000034” …….

I have tried to add another alias like uwl.task.webflow.decision.TS92000034 but still no entries shown. My idea is that another prefix like “decision” should be added but I can’t figure out which one.

The above task is also not shown in the default item list that the backend system is re-registated; but still this specific (sub)Task ID is shown in the workflow step.

Any ideas is more that appreciated

Thanks in advance

John Stubbe