[jboss-dev-forums] [Design of JBoss jBPM] - Re: Extension of the Designer

magro1202 do-not-reply at jboss.com
Thu Oct 25 04:50:23 EDT 2007


Hi everyone

i have done a first approach of my problem.

It is not full implemented, it is just the mask as i imagine

[img]http://img155.imagevenue.com/img.php?image=01653_tree_122_814lo.jpg[/img]

from a definition file the upper tree is created from wich you can select the elements and change values.

from this tree a XML of the following form can be created.


  | <root>
  |   <asynchronous></asynchronous>
  |   <call>
  |     <scriptName color="red" bold="no">test</scriptName>
  |     <processVariables>
  |       <var>
  |         <key>var1</key>
  |         <value>foo</value>
  |       </var>
  |       <var>
  |         <key>var2</key>
  |         <value>bar</value>
  |       </var>
  |     </processVariables>
  |     <resultMapping>
  |       <alias>
  |         <key>result</key>
  |         <value>intern</value>
  |       </alias>
  |     </resultMapping>
  |   </call>
  | </root>
  | 

So the next step is to transfer this into the given Action-Tag.

What do you think about it, would this work for anybody?
Any improvements you would recommend?

regards 
Matthias


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

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



More information about the jboss-dev-forums mailing list