JBoss Community

Re: Jbpm 4, web application and task form problem

created by Michael Wohlfart in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community