Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: Guide to creating custom human task service"
To view the discussion, visit:
http://community.jboss.org/message/644645#644645
--------------------------------------------------------------
Michael, looking at what you described here is not really a question about task server but
more task client. Process engine can utilize existing implementation of task server to
maintain task life cycle and your portal solution would be more to provide presentation
layer for your users. Whenever user makes an action, task client should be used to inform
task server about what happened and then task server notifies process engine to continue
with the flow. Task client should be used to get task list, task details (including
variables, etc) as embedded component of your portal.
That means that you need to pass variables back and forth between portal and task engine.
One interesting addition to that is
https://github.com/Salaboy/smart-tasks smart tasks by
Mauricio, Demian and Esteban (apologies if I missed someone involved in that project) that
provides abstraction layer over jbpm task client stuff (and mouch more than that).
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/644645#644645]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]