Questions tagged [bpmn.io]

bpmn.io is a BPMN 2.0 rendering toolkit and web modeler. It is powered by bpmn-js, a client-side only library that embeds BPMN 2.0 into the browser. It runs in modern browsers and requires no server backend. This allows you to easily embed it into any web applications. bpmn-js is built in a way that it can be both a viewer and web modeler.

106 questions
0
votes
0 answers

Express server issues with representing a second properties panel in bpmn-js extension

I have an issue when it comes to extending the bpmn-js-properties-panel-async-extension provided at this link below: extension I have essentially repeated the code for an extension I want to make. For some reason the new drop down bar doesn't want…
0
votes
0 answers

BPMN MIWG reference model C.7.0 validation errors

Reference model C.7.0 used by the BPMN MIWG to test interchangeability between workflow engines uses a data object reference that connects directly to a sequence flow using a data input association. I haven't found any way how this is possible.…
Arthur
  • 23
  • 3
0
votes
0 answers

Custom elements with bpmn js

I am currently experiencing problems with a custom element that I created and added to my bpmn editor. Specifically, I was able to create a new element with a custom name ("elmi:customTask"); this element is added to the palette and then I am able…
0
votes
0 answers

How to mention software tool (MS Excel, SAP etc.) in an activity during process mapping

I have a question about process mapping (BPMN 2.0). In my project there are four activities where the task is done with one or more softwares. I have drawn a demo process flow. But I don't know if there is a specific way to mention the software…
0
votes
0 answers

Integrate postit-js with bpmn modeler?

I have been looking on how to add Postit-js functions on my currently existing bpmn, as I googled, I’ve got into " Custom Elements in bpmn-js" but I am not sure if that’s how I’d do it since postit-js already exists… the goal would be to add Post-it…
Amanda
  • 69
  • 8
0
votes
0 answers

Download button in bpmn.js react js

I have created BPMN diagram based on business needs using react js. Also am having save button to save the XML of created diagram. On clicking save button I want to get XML of created diagram. Code
Shanu k k
  • 1,235
  • 2
  • 18
  • 43
0
votes
0 answers

TypeError while trying to add a custom property to BPMN Service Tasks

I am trying to customize bpmn-js-properties-panel according to this example here. I am trying to add a custom property destination to all the service tasks. Please refer to my codesandbox. I get this below error when I try to add Service Task: I am…
SM1312
  • 516
  • 4
  • 13
0
votes
1 answer

not able to update properties of multiple components in bpmn-js reactjs

I am using this library bpmn-js in my reactjs project to create a flow. I have different type of element like subprocess and task. I am updating attributes for multiple elements (el.businessObject.). my el.businessObject has properties…
Sunil Garg
  • 14,608
  • 25
  • 132
  • 189
0
votes
0 answers

How to check a Specific Properties of a Shape in BPMNjs and update them dynamically

In the bpmnjs I wanted to access or change the right panel properties dynamically on Selection of a Shape or shape type Below snippet I am trying to use to updated the properties: updateProperties(e) { try { let canvas =…
Haneesh
  • 1
  • 1
0
votes
0 answers

Bpmn.io properties doesn't change

How can I add the property isExpanded:true to the shape of a bpmn custom Element? How can I change the size od my custom Element inside the Palette?
newUser
  • 1
  • 2
0
votes
1 answer

Import module from node-modules in asp.net core mvc project

I'm building a BPMN modeler using the BPMN-Js package using asp.net core mvc, I need to import this module import BpmnModeler from 'bpmn-js/lib/Modeler'; I set up the package.json file in asp.net and added the node-modules folder in…
hpPh
  • 63
  • 1
  • 1
  • 11
0
votes
1 answer

In BPMN JS how to get process ID and process name

In addition to parsing XML, can I get the ID and name of the process through the API of BPMN? At present, it is realized in the following ways. Parse XML to get process name;Convert XML to JSON to get process name
0
votes
0 answers

BPMN diagram is not expanding with div dynamically

I am facing one issue, while opening the bpmn diagram on a resizable & draggable modal popup. I am using the bpmn.io js library to load the diagram. I need to resize the diagram when I resize the modal popup. But when I expand/resize the modal…
Naveen Chandra Tiwari
  • 5,055
  • 3
  • 20
  • 26
0
votes
1 answer

How to compare dmn xml files and show the diff of decision tables

I would like to know is there any tool is available to compare dmn xml files and show the diff of decision tables. I want to implement diff viewer for dmn xml files to show the diff of decision table using javascript. It would be greatly helpful if…
netajik
  • 196
  • 1
  • 4
  • 15
0
votes
1 answer

Bpmn io vue 3 integration problems

Im currently trying to embed bpmn io in a vue 3 application. Im able to load the diagram using the raw loader in webpack. Unfortunately there are some other issues. 1. The side bar on the left is not appearing 2. The canvas.zoom is not working.…
BEvo
  • 357
  • 6
  • 18