1 Reply Latest reply on Mar 6, 2007 7:31 AM by kukeltje

    JPDL custom element attributes

    paolodt

      It would be very useful to introduce in JPDL engine an API to handle custom attributes on process definition elements.

      It could be done in a very easy way adding support for custom xml namespace in JDPL.

      In this way it will possible to add custom attributes to annotate process elements (node, transition, task, etc). For example


      <process-definition xmlns="urn:jbpm.org:jpdl-3.1" xmlns:custom="http://stuff.com/custom" >

      <node node="node1" custom:attr1="x" custom:attr2="y" >
      :


      :
      </process-definition>

      This would be useful to express extra semantics in domain specific language.


      What do you think about?


      Regards, Paolo Di Tommaso