<div dir="ltr">Dear all.<br>I posted similar question about two months ago.<br>It&#39;s with regards behaviour of user decisionin UWL that different in UWL and SAP Business workplace.<br>I&#39;m expecting user facing transaction immediately upon execution one option in user decision.<br>
I follow OSS Note 1078218.<br>XML code for my user decision task and its subsequent task modified as follows:<br><br>&lt;ItemType name=&quot;uwl.task.webflow.decision.TS95000436.SAP_ECC_HR&quot; connector=&quot;....&gt;<br>
&nbsp; &lt;ItemTypeCriteria systemId=&quot;SAP_ECC_HR&quot; externalType=&quot;TS95000436&quot; connector=....&gt;<br>&nbsp; &lt;Actions&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;Action name=&quot;launchSAPAction&quot; handler=&quot;SAPTransactionLauncher&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Properties&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Property name=&quot;TransactionCode&quot; value=&quot;SWNWIEX&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Property name=&quot;GuiType&quot; value=&quot;WinGui&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Action&gt;<br>
&nbsp; &lt;/Actions&gt;<br>&lt;/ItemType&gt;<br><br>&lt;ItemType name=&quot;uwl.task.webflow.TS95000142.SAP_ECC_HR&quot; connector=&quot;....&gt;<br>
&nbsp; &lt;ItemTypeCriteria systemId=&quot;SAP_ECC_HR&quot; externalType=&quot;TS95000142&quot; connector=....&gt;<br>
&nbsp; &lt;Actions&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;Action name=&quot;launchSAPAction&quot; handler=&quot;SAPTransactionLauncher&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Properties&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Property name=&quot;TransactionCode&quot; value=&quot;SWNWIEX&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Property name=&quot;GuiType&quot; value=&quot;WinGui&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Action&gt;<br>
&nbsp; &lt;/Actions&gt;<br>
&lt;/ItemType&gt;<br><br>Advance with dialog doesn&#39;t works with code. Instead of execute next task straight away, it comes up with successfull message upon execution of user decision and create new work item.<br><br>
Can I get confirmation, does this approach really does not work?<br>To make it work, do I need to move this into UWL xml code level i.e. create user decision button at xml code?<br><br><br>Thanks in advance <br></div>