Activiti Engine integration in Spring +JSF project

cancel
Showing results for 
Search instead for 
Did you mean: 
ilyass_act
Active Member

Activiti Engine integration in Spring +JSF project

I'm working on JEE project ,i have to integrate a workflow module inside my project , i decided to work with Activiti Engine , i created my process ( start, userTask ....) and now i have to bind this process with my JSF pages .

  1. Is there a way to bind JSF pages with activiti workflow .
  2. Can anyone guide me to some useful resources or examples of that.
5 Replies
gdharley
Intermediate

Re: Activiti Engine integration in Spring +JSF project

This is very well covered in Tijs Rademaker's book "Activiti in Action".

I recommend you get a copy, it is available on Amazon.

Geg

ilyass_act
Active Member

Re: Activiti Engine integration in Spring +JSF project

they're talking about CDI , i can't have that in my project since i'm working with spring

idireneyoucef
Active Member II

Re: Activiti Engine integration in Spring +JSF project

ILYASSE A‌ tu met la page exemple demande.jsf dans le  formkey de la tache de ton processus 

tu sélectionne la tache puis comme le montre la figure suivante tu n'a qu'a remplir les  champs

j’espère que sa vous  aidera 

ilyass_act
Active Member

Re: Activiti Engine integration in Spring +JSF project

i'm not using the explorer i'm doing it all by code 

idireneyoucef
Active Member II

Re: Activiti Engine integration in Spring +JSF project

you can add activiti-designer to eclipce and   draw your process

else on your xml file 

like  this 

 <userTask id="usertask2" name="User Task" activiti:assignee="${admin}" activiti:formKey="verifi1.jsf"></userTask>

PS: this like is very interesting

https://www.activiti.org/quick-start