-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: rename values in
ShapeBpmnMarkerKind
(#3147)
The previous values related to "multi instance" included spaces which is not consistent with values in other enums. They now follow the kebab-case convention and their values are shorter. Refactor also the way markers are painted in `BaseActivityShape`: remove the use of the switch in favor of the use of a Map. This makes the implementation consistent with `EventShape`. BREAKING CHANGES: some values in `ShapeBpmnMarkerKind` have changed. Values are not supposed to be used directly, so this change should not have any impact. For applications using such values, use the enum directly, in particular for: - MULTI_INSTANCE_PARALLEL - MULTI_INSTANCE_SEQUENTIAL
- Loading branch information
Showing
2 changed files
with
13 additions
and
20 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