Hi,
I am trying to display workflow container data into the detailed view of the UWL workitem. Hi have registered the following XML configuration:
<ItemType name="uwl.task.approval.webflow.TS90000010" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
<ItemTypeCriteria externalType="TS90000010" connector="WebFlowConnector"></ItemTypeCriteria>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="final">
<Attribute name="Comment1" type="string" displayName="Recommandations concernant le travail du fonctionnaire"></Attribute>
<Attribute name="Comment2" type="string" displayName="Intérêt de la prolongation de mise à disposition"></Attribute>
<Attribute name="Comment3" type="string" displayName="Note pour la rédaction de la lettre à l'administration des fonctionnaires mis à disposition"></Attribute>
<Attribute name="Checkbox1" type="string" displayName="Décision prise à l'étape précédente"></Attribute>
</CustomAttributeSource>
</CustomAttributes>
In the custom attributes, we can see 3 different attributes which directly correspond to my workitem container: Comment1, Comment2 and Comment3 are my container variables. I am trying to get them displayed in the detail view. Am I doing it the right way ? Are there any other configuration I should do ?
Thanks in advance for your help.
Thibault