We are facing a strange problem:
Now we are running ESS using an ITS , working fine with 4.7 Enterprise Backed.
There is no problem with the validation of leave request TS20000193 using the IAC ws20000081.
But, we are implementing EP 7.0 and with BP for ESS 50.4 we have an strange situation....
In the UWL , using the standar implementation, the task TS20000193 is implemented as
<ItemType name="uwl.task.webflow.TS20000193.SAP_R3_HumanResources" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
<ItemTypeCriteria systemId="SAP_R3_HumanResources" externalType="TS20000193" connector="WebFlowConnector"/>
<Actions>
<Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
<Properties>
<Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
<Property name="openInNewWindow" value="yes"/>
<Property name="display_order_priority" value="5"/>
<Property name="IAC" value="WS20000081"/>
</Properties>
<Descriptions default=""/>
</Action>
</Actions>
</ItemType>
When you hit the workflow in the UWL , it seems to work , but even if you approuve or reject the workflow is it impossible to leave the screen and finish the execution, so the workitem stands forever.....
Please guys, Any suggestions to this mistery?
The ITS solution executex the workitem throught the BWSP IAC, so they can control the execution. How can I do that?
Thanks in advance