Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boundary TimerEventDefinitions config lost when switching between interrupting and non-interrupting #799

Closed
nboissel opened this issue May 22, 2018 · 2 comments
Assignees

Comments

@nboissel
Copy link

Hello,

The title is quite self explanatory. Configuration of boundary timer is lost when switching between interrupting and non-interrupting as its configuration is embedded in a child element and not in attributes.

Boundary timers can keep their configuration since it's just a small change in behavior.

My PR is coming for this if you also consider this as an issue.

nboissel pushed a commit to nboissel/bpmn-js that referenced this issue May 22, 2018
TimerEventDefinitions loose its configuration (which is a child element) when switching between interrupting and not interrupting.

Related to bpmn-io#799
@ghost ghost added the needs review Review pending label May 22, 2018
@nikku
Copy link
Member

nikku commented May 30, 2018

This is a more general issue.

Any boundary event that is replaced from interrupting to non-interrupting and vice versa loses its definitions.

nikku pushed a commit that referenced this issue Jun 27, 2018
TimerEventDefinitions loose its configuration (which is a child element) when switching between interrupting and not interrupting.

Related to #799
nikku added a commit that referenced this issue Jun 27, 2018
* simplify implementation
* retain event definitions when switching from interrupting
  to non-interrupting and vice versa

Related to #799
@ghost ghost assigned nikku Jun 27, 2018
nikku added a commit that referenced this issue Jun 27, 2018
* simplify implementation
* retain event definitions when switching from interrupting
  to non-interrupting and vice versa

Closes #799
philippfromme pushed a commit that referenced this issue Jun 28, 2018
* simplify implementation
* retain event definitions when switching from interrupting
  to non-interrupting and vice versa

Closes #799
@ghost ghost removed the needs review Review pending label Jun 28, 2018
@nboissel
Copy link
Author

Thank you for this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants