-
### Expected Behavior
when using jquery to place text in an input and triggering the "input" event the background bpmn diagram is updated so upon download said information is held within the xm…
-
10个JavaScript库绘制自己的图表
https://www.cnblogs.com/junneyang/p/5381609.html
-
-
I have used
```
group.entries.push(entryFactory.table({
id: 'newTable',
labels: ['Name', 'Value'],
addLabel: 'Add Entry',
modelProperties: ['key', 'value']
}));
``…
-
I'm using the bpmn-js with the camunda moddle extensions but when I copy the userTask Task_03uibfp with the copy feature from bpmn-js, the camunda properties are not copied.
```
…
-
I tried installing the package into newly created meteor app 'meteor create bpmn'
then 'meteor' inside the directory and the app runs smoothly
then
'meteor add jkuester:autoform-bpmn'
then
'met…
-
this is webpack.prod.js
```
const path = require("path");
const webpack = require("webpack");
var HtmlWebpackPlugin = require('html-webpack-plugin');
var helpers = require('./helpers');
const …
-
### Expected Behavior
Trying to adapt code used to allow for the creation of form fields. I have created my own extension element but it does not work with form fields. I am basically copying your …
-
Good day friends.
I have question it is possible to make Bpmn editor
somethink like this https://gojs.net/latest/extensions/BPMN.html#
If possible with d3 could some body guide to it ???
-
Looking at the properties-panel-extension example:
https://github.com/bpmn-io/bpmn-js-examples/tree/master/properties-panel-extension
In the Moddle descriptor file, what is the difference between …