This is a bit tricky, because these are really two different scenarios here.
1) if Start-task - then user should be navigated to the page to perform the task, i.e.
fill in the form.
2) no Start-task - typically the user that started the process will not perform the first
task in the process (otherwise we could have modelled their task at the start). So they
should not navigate to a task-related page. Question is where to take them. What they
would probably most like to see is the list of started processInstances, and see the one
they just started in that list, or the ProcessInstance View for that particular instance
that they just started.
By the way, with the websale process I get an exception from the TaskInstance page when i
hit the End task button:
javax.el.PropertyNotFoundException: /main/task/new_tasks.xhtml @41,57
value="#{entry.taskInstance.id}": Property 'taskInstance' is not found
on type: java.lang.String
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998393#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...