I assume if I access the tasks using the API (with jBPM 4.4) I'll face the same problems which I had in a previous project.
(There I used Microsoft SharePoint Services with custom Task Forms).
- How do I access the specific Task? (is it: passing the Task-ID to the form and access the task thorugh this ID in a Bean or something like this?)
- Where can I store the Task-Form-Values? (can I create something like a Hash-Table which I can access throughout the whole process?)
Remind that I want to use JSF-Forms :) .
Thanks for responses!
Regards.