-
Could you provide a version on Bower?
-
To reproduce:
- Create gateway or task
- Connect to a task
- Morph to another element
- Undo
Result: no context pad available anymore.
![context-pad](https://cloud.githubusercontent.com/assets/23315…
-
It would be nice if you guys added the function to import/export shapes with color attributes like border color for reading purposes at large diagrams. This would be a suggested integration:
``
Rela…
-
Here is the bpmn definition
```
SequenceFlow_1
SequenceFlow_1sxkbig
…
rkmax updated
7 years ago
-
This applies especial to technical meta-data such as ids and listeners.
We cannot simply copy everything, i.e. need to remove user task related extensions when changing to service task.
See [forum t…
nikku updated
8 years ago
-
I found that the current implementation to discover bpmn and cmmn files implemented in https://github.com/camunda/camunda-bpm-spring-boot-starter/blob/master/extension/camunda-spring-boot-starter/src/…
-
Problem:
- If I transform a task to another type the id will be changed and I can't change it back to the old one
Steps to reproduce:
- Drag task from pallet and change id to "myId"
![initial-id](h…
-
bpmn-js falsefully assumes that `id` fields are always unique.
This assumption is only correct in the BPMN namespaces (BPMN, BPMNDI, DI) and does not hold true for extension namespaces, i.e. [Camunda…
nikku updated
8 years ago
-
How to reproduce the issue:
1. mvn archetype:generate -Dfilter=org.alfresco.maven.archetype:
Select "remote -> org.alfresco.maven.archetype:alfresco-amp-archetype (Sample project with full support…
-
Hi!
I am currently trying to define a moddle that is able to parse and render the following xml construct:
```
transLock
(Yes)
```
In the camunda-moddle.json I have added two…