Alejandro Guizar [
http://community.jboss.org/people/alex.guizar%40jboss.com] replied to
the discussion
"jbpm3: how to band pages to task node?"
To view the discussion, visit:
http://community.jboss.org/message/558333#558333
--------------------------------------------------------------
Other solutions include setting a task instance variable (see
http://docs.jboss.com/jbpm/v3.2/javadoc-jpdl/org/jbpm/taskmgmt/exe/TaskIn...
TaskInstance API) or supplying a
http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#customizingtaskins... custom
task instance factory. If you want to provide a link to the task form page in the JSF
console shipped with jBPM3, you can compose it from the task instance ID as follows.
http://${host}:8080/jbpm-console/app/task.jsf?id=${taskInstance.id}
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/558333#558333]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]