-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Steps to reproduce
- Download & unpack the attached ZIP file
- Copy the contents to ./camunda/app/cockpit
- Deploy the attached BPMN file
- Go to the process definition view of the deployed process
- Open the developer console in your browser
Expected behavior
You should see the following output:
camunda:asyncBefore true camunda:asyncAfter true
Observed behavior
The following output is shown:
camunda:asyncBefore undefined camunda:asyncAfter undefined
This is the controller panel for Smart Panels app
[CAM-12213] [REGRESSION] Loading moddle into bpmn-js does not work
Attachment | New: CAM-12213.zip [ 35522 ] |
Attachment | New: CAM-12213.bpmn [ 35523 ] |
Description |
New:
*Steps to reproduce*
# Download & unpack the attached ZIP file # Copy the contents to {{./camunda/app/cockpit}} # Deploy the attached BPMN file # Go to process definition view # Open the developer console in your browser *Expected behavior* You should see the following output: {code} camunda:asyncBefore true camunda:asyncAfter true {code} *Observed behavior* The following output is shown: {code} camunda:asyncBefore undefined camunda:asyncAfter undefined {code} |
Mentioned Roles |
Mentioned Groups |
Description |
Original:
*Steps to reproduce*
# Download & unpack the attached ZIP file # Copy the contents to {{./camunda/app/cockpit}} # Deploy the attached BPMN file # Go to process definition view # Open the developer console in your browser *Expected behavior* You should see the following output: {code} camunda:asyncBefore true camunda:asyncAfter true {code} *Observed behavior* The following output is shown: {code} camunda:asyncBefore undefined camunda:asyncAfter undefined {code} |
New:
*Steps to reproduce*
# Download & unpack the attached ZIP file # Copy the contents to {{./camunda/app/cockpit}} # Deploy the attached BPMN file # Go to the process definition view of the deployed process # Open the developer console in your browser *Expected behavior* You should see the following output: {code} camunda:asyncBefore true camunda:asyncAfter true {code} *Observed behavior* The following output is shown: {code} camunda:asyncBefore undefined camunda:asyncAfter undefined {code} |
Mentioned Roles |
Mentioned Groups |
Summary | Original: Loading moddle into bpmn-js does not work | New: [REGRESSION] Loading moddle into bpmn-js does not work |