cancel
Showing results for 
Search instead for 
Did you mean: 

How to Display A Collection in Activiti Form

manuelta
Champ in-the-making
Champ in-the-making
Hi Experts,

I am New In Activiti.
I have a requirement like a Service task that will fetch a List of records from the database and I want to display this List in my AcivitiForm defined in 'Form key' element of a UserTask. Then the Assigned user can select any record and do the task as per the definition.
Please help, is there any solution in activiti to display  a collection in AcivitiForm?

Thanks,
Manu
3 REPLIES 3

onlyhemant2410
Champ in-the-making
Champ in-the-making
I am facing the same issue, tried the steps on following link but the code doesn't even compile in version 5.14 complaining about jgraph and json converter jars.

http://www.vige.it/blog/collectionformtypeinactiviti

onlyhemant2410
Champ in-the-making
Champ in-the-making
The POM for org.activiti:activiti-json-converter:jar:5.14 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
The POM for com.mxgraph:jgraphx:jar:1.10.4.2 is missing, no dependency information available

jbarrez
Star Contributor
Star Contributor
Which repository do you depend on?

<code>
  <repository>
    <id>Alfresco Maven Repository</id>
    <url>https://maven.alfresco.com/nexus/content/groups/public/</url>
  </repository>
</code>

Jgraphx is added there by us: https://maven.alfresco.com/nexus/content/groups/public/com/mxgraph/jgraphx/1.10.4.2/