Hi UWL Experts
Is it possible to display Task IDs (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 cant 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 doesnt 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 cant 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