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

BPMNCreateEventHandler BPMNCreateGatewayHandler - computed id #109

Closed
rsoika opened this issue Oct 30, 2022 · 0 comments
Closed

BPMNCreateEventHandler BPMNCreateGatewayHandler - computed id #109

rsoika opened this issue Oct 30, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Oct 30, 2022

Change the ID computation

String eventID = "event-" + BPMNModel.generateShortID();

into

String eventID = BPMNModel.generateShortID("event");
@rsoika rsoika added the bug Something isn't working label Oct 30, 2022
@rsoika rsoika added this to the 0.5.0 milestone Oct 30, 2022
rsoika added a commit that referenced this issue Oct 31, 2022
Issue #109
@rsoika rsoika closed this as completed Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant