cancel
Showing results for 
Search instead for 
Did you mean: 

primefaces -- user task

fahad1
Champ in-the-making
Champ in-the-making
I am trying to build a process with my own defined primefaces pages. I am using <userTask id="start" name="userTask2" activiti:assignee="${initiator}" activiti:formKey="index.jsf"></userTask>
I tried index.xhtml as well, but could not succeeded.

There will not be any exception but the form index did not appreared ? Can anyone tel me why ? Any guidance ?
11 REPLIES 11

fahad1
Champ in-the-making
Champ in-the-making
Is the example given in the book, activiti in action, be a good to start with ? Why you referred to other tutorial. Can you explain book-cdi-app functionality with respect to problem I have to address ?

jbarrez
Star Contributor
Star Contributor
The reason why i referred to that tutorial is that JSF == JavaEE and CDI == JavaEE … so it kinda makes things easier together.

It is not mandatory though. You just have to remember Activiti is just a Java library and you use it like any other in a typical application. JSF is just the front end technology, Activiti is part of the backend.