Michael Wohlfart [http://community.jboss.org/people/mwohlf] created the 
discussion

"Re: Jbpm 4, web application and task form problem"

To view the discussion, visit: http://community.jboss.org/message/578081#578081

--------------------------------------------------------------
Dude, you are responsible for showing the web form, the jBPM4 API can't read 
your mind and doesn't know what view technologie you are using.
All the jBPM4 API can do for you is give you a String/URL:
RepositoryService.getStartFormResourceName(String processDefinitionId, String 
activityName);
or
Task.getFormResourceName();
but you have to do the rest by creating and showing the view to the user.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to