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... 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...
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&...]