PDA

View Full Version : modeling human task in spring integration



clandestino_bgd
Feb 17th, 2010, 09:55 AM
Hello,
I am considering migrating jbpm based application to spring integration.
However, there is one human task in most of the business cases.
My question would be, is it possible to model human task in spring integration?
User should basically update message string content, if needed.
I understand there is no tool support, but doing this from email would be fine.

Thanks,
Milan

iwein
Feb 21st, 2010, 03:25 PM
There is mail support, so you could just send the user an email that he could reply to, or probably nicer an email with a url where he can change a prefilled string in a form. The post POST then goes back into a http:inbound-gateway.

clandestino_bgd
Feb 25th, 2010, 04:37 AM
Thanks, that will do.