cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy problems

epinsach
Champ in-the-making
Champ in-the-making
Hi,

I'm new with activiti and I'm trying to do a little process to vacation request like the examples. I've do it with eclipse and I've the activi diagram, the bpmn20.xml and three simple forms, I've attach the bar file.

The process start with StartEvent and a form to request.

Throught the activiti diagram I make the bpmn20.xml and then I execute the Create deployment artifacts to make the .bar deployment. Througt the Activiti Explorer/Deployments/Upload new selecte this file. The Activiti Explor upload my process and shows it in the browser, but when I press start process it doesn't show the initial form.

What I'm doing wrong, can you help me?, please
Thanks
3 REPLIES 3

bidek
Champ in-the-making
Champ in-the-making
In my opinion:
your forms are in diagrams directory, but in xml, formkey reference to form without directory name
for example
activiti:formKey="SolicitudVacances.form"and i think it should be
  activiti:formKey="diagrams/SolicitudVacances.form"

epinsach
Champ in-the-making
Champ in-the-making
Hi bidek, thanks by the answer

One of the times already try this but it doesn't work neither so I left how by default do the eclipse plugin

roig
Champ in-the-making
Champ in-the-making
Try assigning the task directly to a user and to a candidate user\candidate group.