rdl-dev [http://community.jboss.org/people/rdl-dev] created the discussion

"Custom Nodes in JBPM5"

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

--------------------------------------------------------------
Hi Folks,

   I used jbpm as the Runtime support to a textual language as I needed some 
features found in workflow engines. 
   Till jbpm4 I used to generate JPDL using Custom Nodes as shown bellow.

<custom 
          class="org.src.tool.jbpm.pem.reuseactions.ImportModelHandler" 
           g="281,211,80,40" name="0">
           <constructor>  <arg>    <string value='shapes/models/shapes.uml'/>  
</arg></constructor> 
            <transition g="-46,-18" name="to 1" to="1"/>
</custom> 

  The reason I'm using custom nodes is to call JAva handler that will execute 
what I need.

  Well, with JBPM5 and BPMN2 things have changed and I'm a bit lost here.

   How can I obtain the same Custom Node idea in BPMN2?

regards
--------------------------------------------------------------

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

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
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to