-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Render Vertical Participants and Lanes #2024
Merged
fake-join
merged 8 commits into
bpmn-io:develop
from
sombrek:render-vertical-pools-and-lanes
Dec 4, 2023
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
8ad9e86
feat(bpmn-renderer): render vertical pools and lanes
sombrek bada2a8
feat(bpmn-renderer): render vertical pools and lanes
sombrek 18f29b5
Merge branch 'render-vertical-pools-and-lanes' of https://github.com/…
sombrek 74ed624
Merge branch 'develop' into render-vertical-pools-and-lanes
sombrek c4656d1
feat(bpmn-renderer): render vertical pools and lanes
sombrek c809453
Merge branch 'render-vertical-pools-and-lanes' of https://github.com/…
sombrek a5e2ac2
test: check isHorizontal after movement
sombrek b811b4c
feat: edit vertical pool/lane labels
sombrek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="Camunda Modeler" exporterVersion="5.16.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://www.omg.org/spec/BPMN/2.0/20100501/BPMN20.xsd"> | ||
<collaboration id="Collaboration_0m9vq4y"> | ||
<participant id="Participant_00h09d6" name="Collapsed Pool" /> | ||
<participant id="Participant_1wpkruh" name="Extended Pool" processRef="Process_01t5csh" /> | ||
<participant id="Participant_1xkqrsy" name="Pool with Lanes" processRef="Process_10fpr09" /> | ||
</collaboration> | ||
<process id="Process_01t5csh" isExecutable="false" /> | ||
<process id="Process_10fpr09" isExecutable="false"> | ||
<laneSet id="LaneSet_1cmncwp"> | ||
<lane id="Lane_07czuri" name="Single Lane" /> | ||
<lane id="Lane_1tqhum3" name="Lane with Sublane"> | ||
<childLaneSet id="LaneSet_1xtuknm"> | ||
<lane id="Lane_0amfnv8" name="Sublane" /> | ||
<lane id="Lane_0juuif9" name="Sublane 2" /> | ||
</childLaneSet> | ||
</lane> | ||
</laneSet> | ||
</process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0m9vq4y"> | ||
<bpmndi:BPMNShape id="Participant_050dim5_di" bpmnElement="Participant_00h09d6" isHorizontal="false"> | ||
<omgdc:Bounds y="160" x="57" height="600" width="60" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Participant_1wpkruh_di" bpmnElement="Participant_1wpkruh" isHorizontal="false"> | ||
<omgdc:Bounds y="160" x="165" height="600" width="250" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Participant_1xkqrsy_di" bpmnElement="Participant_1xkqrsy" isHorizontal="false"> | ||
<omgdc:Bounds y="160" x="460" height="600" width="400" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Lane_07czuri_di" bpmnElement="Lane_07czuri" isHorizontal="false"> | ||
<omgdc:Bounds y="190" x="460" height="570" width="130" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Lane_1tqhum3_di" bpmnElement="Lane_1tqhum3" isHorizontal="false"> | ||
<omgdc:Bounds y="190" x="590" height="570" width="270" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Lane_0amfnv8_di" bpmnElement="Lane_0amfnv8" isHorizontal="false"> | ||
<omgdc:Bounds y="220" x="590" height="540" width="140" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Lane_0juuif9_di" bpmnElement="Lane_0juuif9" isHorizontal="false"> | ||
<omgdc:Bounds y="220" x="730" height="540" width="130" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</definitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a test case to verify this is being set to the proper thing, on move.