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}