Variable Events for Conditional Events are stored in wrong property
See original GitHub issueSteps to reproduce:
- create a new model
- model a conditional intermediate event
- 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:
- Created 5 years ago
- Reactions:4
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Thank you @nikku !