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

fix: boundary event labels #143

Merged
merged 1 commit into from
Sep 6, 2024
Merged

fix: boundary event labels #143

merged 1 commit into from
Sep 6, 2024

Conversation

abdul99ahad
Copy link
Contributor

Closes #141

Proposed Changes

Boundary events now requires label

Checklist

To ensure you provided everything we need to look at your PR:

  • Brief textual description of the changes present
  • Visual demo attached
  • Steps to try out present, i.e. using the @bpmn-io/sr tool
  • Related issue linked via Closes {LINK_TO_ISSUE} or Related to {LINK_TO_ISSUE}

@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label Aug 30, 2024
@@ -2,7 +2,7 @@
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" id="Definitions_027stl5" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.16.2">
<bpmn:process id="Process_1" isExecutable="true">
<bpmn:subProcess id="SubProcess_0w2vmlo" />
<bpmn:boundaryEvent id="BoundaryEvent_1wvvk9q" attachedToRef="SubProcess_0w2vmlo" />
<bpmn:boundaryEvent id="BoundaryEvent_1wvvk9q" name="Q" attachedToRef="SubProcess_0w2vmlo" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can simply remove the boundary event since the only valid case is a boundary event with name.

@bpmn-io-tasks bpmn-io-tasks bot added in progress Currently worked on and removed needs review Review pending labels Sep 3, 2024
@abdul99ahad abdul99ahad force-pushed the 141-boundary-event-label branch from a0b8254 to 8721217 Compare September 3, 2024 09:38
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Sep 3, 2024
Copy link
Contributor

@philippfromme philippfromme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏻

@philippfromme philippfromme merged commit a0bfaa1 into main Sep 6, 2024
7 of 10 checks passed
@philippfromme philippfromme deleted the 141-boundary-event-label branch September 6, 2024 11:29
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Sep 6, 2024
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

Successfully merging this pull request may close these issues.

label-required rule does not trigger for boundary events
2 participants