3 Replies Latest reply on Jul 9, 2007 6:25 AM by pmuir

    Feature request

    jump

      Would You plz provide additional information about process definition like gpd definition and corresponding jpg image. For example, now it looks like

      <bpm:jbpm>
       <bpm:process-definitions>
       <value>workflows/material.jpdl.xml</value>
       </bpm:process-definitions>
      </bpm:jbpm>
      


      but, I guess, in this way it would be more useful

      <bpm:jbpm>
       <bpm:process-definitions>
       <bpm:process-definition jpdl="workflows/pd.jpdl.xml"
       gpd="workflows/.gpd.pd.xml"
       image="workflows/pd.jpg"/>
       </bpm:process-definitions>
      </bpm:jbpm>