cancel
Showing results for 
Search instead for 
Did you mean: 

Exclude workflow tasks from UWL

Former Member
0 Kudos

Hello,

Does anyone know where (if) we can exclude certain workflow tasks from appearing in the UWL? This is because we have a requirement that certain tasks should only be processed through the SAP GUI.

Thanks

Rob

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Rob,

Check my response in this thread:-

Chintan

Former Member
0 Kudos

Chintan

I followed the directions you described and would like only one Task to come through but I have not been able to achieve this. Here is my sample of what I have done. Any help would be appreciated.

Thanks

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'

>

<UWLConfiguration version="1.0">

<ItemTypes>

<ItemType name="uwl.task.webflow.decision.TS20000131.SAP_R3_Workflow" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">

<ItemTypeCriteria systemId="SAP_R3_Workflow" externalType="TS20000131" connector="WebFlowConnector"/>

</ItemType>

</ItemTypes>

</UWLConfiguration>

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to remove task from the UWL config file.

Regards

Mukesh