-
Notifications
You must be signed in to change notification settings - Fork 197
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
feat: add execution listeners for Zeebe #1048
Conversation
58982e9
to
7924661
Compare
I've presented an alternative UI in which there are sections split by the event type, but for now I'll keep the C7-like option of "bag of all listeners". Discussion done via slack: https://camunda.slack.com/archives/GP70M0J6M/p1720186515761729?thread_ts=1720185492.298049&cid=GP70M0J6M |
b150919
to
5d09547
Compare
5d09547
to
85f02f2
Compare
This is now ready for review. |
return false; | ||
} | ||
|
||
return isAny(bo, [ |
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.
Could possibly use metadata available in model: https://github.com/camunda/zeebe-bpmn-moddle/blob/main/resources/zeebe.json#L489
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.
True. We don't use model metadata anywhere in this project yet, but this could be added.
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.
I've updated the function to use the model.
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.
Good job! 🚀
85f02f2
to
dab617c
Compare
Related to camunda/camunda-modeler#3951 deps: update to `[email protected]` deps: update to `[email protected]`
dab617c
to
6376c83
Compare
Screen.Recording.2024-07-17.at.10.46.06.mov
Related to camunda/camunda-modeler#3951
Try out via
npm start
on the branch.