JBoss Community

jbpm3: how to band pages to task node?

reply from Alejandro Guizar in jBPM - View the full discussion

Other solutions include setting a task instance variable (see TaskInstance API) or supplying a 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

Start a new discussion in jBPM at Community