[jboss-user] [jBPM] - Re: Guide to creating custom human task service

Maciej Swiderski do-not-reply at jboss.com
Wed Jan 4 11:30:59 EST 2012


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120104/197025d2/attachment.html 


More information about the jboss-user mailing list