Hi,
In the UWL configuration, the standard is first come first serve basis.
The Standard Task TS3100007 - is appearing in few different XML (MSS_add_on, mss_001 and mss_tra, <SAP_HUMAN_RESOURCE>)
The easy way to resolve this is to upload your own version, copy it from the backend(SAP_HUMAN_RESOURCE) XML that you configured via "SWFVISU"
then create your own XML and upload it, tick with "high priority".
OR
"copy it to another task, configure in SWFISU and CAC1 to use the new task ID.
Thank you
"Example of the XML"
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE UWLConfiguration SYSTEM "uwl_configuration.dtd" PUBLIC "-//SAP//UWL1.0//EN">
-<UWLConfiguration version="1.0">
-<ItemTypes>
-<ItemType executionMode="default" defaultAction="launchWebDynPro" defaultView="DefaultView" connector="WebFlowConnector" name="uwl.task.webflow.TS31000007.DECCLNT">
<ItemTypeCriteria connector="WebFlowConnector" externalType="TS31000007" systemId="<<PUT THE BACKEND SYSTEM ALLIAS HERE>>"/>
-<Actions>
-<Action name="launchWebDynPro" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no" launchInNewWindow="yes" returnToDetailViewAllowed="yes" handler="SAPWebDynproABAPLauncher" groupAction="">
-<Properties>
<Property name="display_order_priority" value="5"/>
<Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
<Property name="WebDynproApplication" value="HRMSS_A_CATS_APPROVAL"/>
<Property name="WebDynproNamespace" value="SAP"/>
<Property name="openInNewWindow" value="yes"/>
<Property name="DynamicParameter" value="WL_ID=${item.externalId}&sap-wd-configId=HRMSS_AC_CATS_APPROVAL"/>
</Properties>
<Descriptions default=""/>
</Action>
</Actions>
</ItemType>
</ItemTypes>
</UWLConfiguration>