[jboss-user] [JBoss jBPM] - How can I add forms?

mailinator do-not-reply at jboss.com
Thu Aug 24 05:13:52 EDT 2006


Hello,

what is the best way to add customized forms to a jbpm process?
So far, I'm trying to build my forms as a java UI, but I've run into problems. I went along the TaskAssignment example from the jbpm.3_BRANCH_3_1 project that is included in the starters kit. The idea is that the AssignmentHandler calls my form, user enters data and the data is given back to the process.
Since I wanted to use a diagram I built with the designer, I used the created gpd.xml file when creating the ProcessDefinition. It seems the parseXMLReader method skips the 'to' attributes of the xml file because I get a warning for each transition, although the 'to's appear correctly in the xml-file.
At the end it also tells me that "token 'Token(/)' can't be signalled cause it is currently not positioned in a node". I used the same code as in the example, except the part mentioned above.
Unlike the example, I'm not doing it as a JUnit TestCase, but after a quick look at the definition of TestCase that shouldn't lead to the mentioned problems.

Any help would be appreciated.

CU
       FLo


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967177#3967177

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967177



More information about the jboss-user mailing list