[jboss-user] [jBPM Users] - Re: jBPM4 - Asynch Web-Service Callback
kukeltje
do-not-reply at jboss.com
Wed Aug 26 09:37:54 EDT 2009
The java activity has is no wait state and therefore you can't have a callback. A custom node can be a wait state, so you could use a callback to signal it to go on. Afaik, the 'receive' has to be outside the class itself (not illogical, since you cannot 'start' servlets or something, although I'm not sure what would happen oif you just annotate the custom classes with rest params) and you can use the GWT-Console rest api for that if you want, or implement a generic (comparable) webservice api
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251805#4251805
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251805
More information about the jboss-user
mailing list