0 Replies Latest reply on Mar 4, 2014 9:56 AM by viktoriah

    How to access values from a XML .BPMN file

    viktoriah

      Hello,

       

      i am using custom BPMN extensions with jBPM 6.01. Concretely, i have an .BPMN file with an extension that adds some new attributes to BPMN elements like tasks, gateways, events, and so on.

      I would like to validate those attributes, e.g. check if a certain element has a certain attribute.

      My question now is, how to access values from a .BPMN file? Is there a class which is used to parse the XML .BPMN files and creates objects with the values parsed from the file?

       

      Thank you