question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Variable Events for Conditional Events are stored in wrong property

See original GitHub issue

Steps to reproduce:

  1. create a new model
  2. model a conditional intermediate event
  3. configure a “Variable Event” create in properties panel

Resulting model: variableEvent.bpmn

Observed Behavior: The variable event create is stored in the property camunda:variableEvent.

Expected Behavior: The variable event create must be stored in the property camunda:variableEvents.

Hint: The character s is missing at the end of the property name. Should be also fixed in the moddle descriptors.


Also see SUPPORT-4526 Related to https://github.com/bpmn-io/bpmn-js-properties-panel/issues/355

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nikkucommented, Feb 2, 2020

Hi @Jo-IE!

This is a super interesting issue to deep dive into the Camunda Modeler and related tooling code base for sure. However, in our sphere, you’ll touch React only on the surface. Quite soon you’ll dive into plain old JavaScript libraries that do things libraries do. Just a disclaimer 😉.

Your contribution is appreciated. If you’d like to look into the issue you can rely on us to help.

0reactions
Jo-IEcommented, Feb 5, 2020

Thank you @nikku !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Definition of Conditional Probability with multiple conditions
So, the simplest definition of conditional probability is, given some events A and B, then P(A|B)=P(A∩B)P(B). So if there are multiple events to...
Read more >
Making decisions in your code — conditionals - MDN Web Docs
We need you to write a conditional statement inside the onchange handler function, just below the // ADD CONDITIONAL HERE comment. It should:....
Read more >
Understanding Variables, Scope, and Hoisting in JavaScript
This tutorial covers what variables are, how to declare and name them, and also take a closer look at the difference between var,...
Read more >
Variable selection – A review and recommendations for the ...
We will discuss the impact of variable selection methods on properties of regression ... For time‐to‐event data, the semiparametric Cox proportional hazards ...
Read more >
Data Structures: Objects and Arrays - Eloquent JavaScript
The elements in an array are stored as the array's properties, using numbers as ... Correlation is a measure of dependence between statistical...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found