Hi Experts
We are not able to retreive the text entered in the Comment Box of a User Decission Task.
We have modified the UWL config file as:
<ItemType name="uwl.task.webflow.decision.TS94000308.OD2_SSO" connector="WebFlowConnector" defaultView="DefaultView">
<ItemTypeCriteria systemId="OD2_SSO" externalType="TS94000308" connector="WebFlowConnector"/>
<Actions>
<Action name="approve" groupAction="yes" handler="UserDecisionHandler">
<Properties>
<Property name="decisionKey" value="1"/>
</Properties>
<Descriptions default=""/>
</Action>
<Action name="reject" groupAction="yes" handler="UserDecisionHandler">
<Properties>
<Property name="decisionKey" value="2"/>
<Property name="UserDecisionNote" value="mandatory"/>
</Properties>
<Descriptions default=""/>
</Action>
</Actions>
</ItemType>
With this we are able to display the text area for the Rejection reason in the workitem.
But we not able to retrieve the text entered.
Experts any help who has been able to resolve the issue?
Regards
Arpita