-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adjusted DataAssociation model to match spec
Revert "fix: adjusted DataAssociation model to match spec" This reverts commit e2f16be. squash
- Loading branch information
Showing
5 changed files
with
24 additions
and
16 deletions.
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
2 changes: 1 addition & 1 deletion
2
test/fixtures/bpmn/catch-event-dataOutputAssociations.part.bpmn
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<bpmn:startEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" | ||
id="StartEvent_1"> | ||
<bpmn:dataOutputAssociation id="DataOutputAssociation_1"></bpmn:dataOutputAssociation> | ||
<bpmn:dataOutputAssociation id="DataOutputAssociation_1" name="DataOutputAssociation_1n"></bpmn:dataOutputAssociation> | ||
</bpmn:startEvent> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<bpmn:endEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" | ||
id="EndEvent_1"> | ||
<bpmn:dataInputAssociation id="DataInputAssociation_1"></bpmn:dataInputAssociation> | ||
<bpmn:dataInputAssociation id="DataInputAssociation_1" name="DataInputAssociation_1n"></bpmn:dataInputAssociation> | ||
</bpmn:endEvent> |
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