[jboss-user] [jBPM] - Re: jBPM 5: Attaching form to service task for human interaction

Maciej Swiderski do-not-reply at jboss.com
Tue Jul 31 13:20:56 EDT 2012


Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5: Attaching form to service task for human interaction"

To view the discussion, visit: https://community.jboss.org/message/751310#751310

--------------------------------------------------------------
First of all service task is not considered state based meaning it will not wait for any input once triggered. What you are looking for is user task that is dedicated to this type of interactions. 

As it comes to integration with Seam is as simple as using  http://docs.jboss.org/jbpm/v5.3/javadocs/org/jbpm/task/service/TaskClient.html TaskClient API to insteract with the task service. You can take a look at how https://github.com/droolsjbpm/jbpm/blob/master/jbpm-gwt/jbpm-gwt-core/src/main/java/org/jbpm/integration/console/TaskManagement.java  jbpm console interacts with task service as an example.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/751310#751310]

Start a new discussion in jBPM at Community
[https://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/20120731/b43f3f43/attachment.html 


More information about the jboss-user mailing list