Retrieve element name from a BPMN 2.0 file

Hi,

As i’m working on a bpmn project, i’d like to know if there is a way to retrieve name and id’s from bpmn file (or a javascript library to parse a bpmn file).

Thank you :slight_smile:

I presume you are wandering in JavaScript land? If that is the case you can resort to bpmn-moddle, the BPMN 2.0 XML to JS bridge the bpmn-js toolkit uses under the hood.