About 6,140 results
Open links in new tab
  1. BPMN/javascript - Modeler - bpmn.io Forum

    Mar 18, 2023 · how to read and parse a BPMN file in JavaScript this is my BPMN file: irm.bpmn (9.8 KB)

  2. Bmpn-js Error: unparsable content - Users - bpmn.io Forum

    Jun 10, 2021 · const bpmnXML = "./diagram.bpmn"; How is this supposed to work? Where did you get this code snippet from? I believe this won’t fetch your XML content, if you don’t include some …

  3. How can I use bpmn-js the on local .bpmn files?

    Mar 5, 2020 · Hello, I am new to Camunda and bpmn io. In the last couple of weeks I watched the tutorials and did the walkthoughts of Camunda and bpmn io and this week I am taking the step to …

  4. Create BPMN from existing XML - Developers - bpmn.io Forum

    Jul 2, 2022 · Hi, I’m currently searching for a solution to render a BPMN automatically from an external input file. The input XML file can be built however I want, because I’m mapping it in another project.

  5. Possible XSS problem in moddle-xml reader.js file - BPMN

    Apr 24, 2018 · Hi, We integrated bpmn-js as viewer in our product, the version of bpmn-js is “v0.16.2” and bpmn-moddle is “v0.12.2”. Recently a veracode scan reports that there is a potential XSS (cross …

  6. Cannot get correct elementTypeName in reader.js from moddle-xml ...

    May 30, 2016 · Next time you could provide a PR directly against the bpmn-moddle repository to speed up the look-inside process. See this commit for how I verified the correct loading / serialization for …

  7. Read process id, name attribute values with moddle after saveXML

    Feb 10, 2016 · Hi, I have a service that saves BPMN XML to a database, however I want to get access to the process id and name attributes to store this separately along with the XML in a table. When I …

  8. Is there any tool to parse and update xml on nodejs side - BPMN

    Oct 27, 2022 · based on some forum i want to update the xml and save that xml to server. Is there any tool for nodejs, that can parse bpmn xml, has the capability to add new attributes and manipulate the …

  9. How to access the text XML of the diagram - BPMN

    Mar 17, 2017 · DevelopersGeneral dokithonon March 17, 2017, 3:42pm 1 Hello, I have difficulties exporting the xml text of a modeler.

  10. Read XML content along with unsaved changes - forum.bpmn.io

    Jun 28, 2024 · In short looking for a function to read entire content of xml with unsaved changes of the bpmn diagram being worked on and perform some operations on it and save back the content