-
Notifications
You must be signed in to change notification settings - Fork 6
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 support for zeebe:LinkedResource #68
Conversation
Since you removed the duplicate property, is it correct, that this extension element will only be allowed for service tasks? |
My understanding is that this is used for ServiceTasks only. I'll check with the Zeebe team to make sure |
I confirmed: it will only be available on ServiceTasks: camunda/camunda#24774 (comment) |
@@ -317,6 +317,59 @@ describe('read', function() { | |||
}); | |||
|
|||
|
|||
describe('zeebe:linkedResource', function() { |
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.
No tests for write
or roundtrip
?
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.
🙈
Added in 7056529
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.
🚀
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.
Looks good 👍
Am I good to cut a release for this? |
I don't know, are you? |
Looks like I can https://github.com/camunda/zeebe-bpmn-moddle/releases/tag/v1.8.0 |
never mind, I can not publish. Don't know why |
Can you please publish to npm? |
Will do |
OK it's now published. |
Great, thank you! And sorry for pushing to your main branch, old habits 😅 |
This allows modeling of
zeebe:LinkedResource
elements.Related to bpmn-io/bpmn-js-element-templates#137