-
Notifications
You must be signed in to change notification settings - Fork 7
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: support receive and send task templating #118
Conversation
"properties": { | ||
"eventDefinition": { | ||
"enum": [ | ||
"bpmn:MessageEventDefinition" | ||
] | ||
} | ||
}, |
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.
This is redundant. If event definition is set, the value has to be one of the events regardless of the event definition value.
'name': 'MissingBindingName', | ||
'id': 'com.camunda.example.MissingBindingName', |
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.
Removing copy-paste-driven development mark here ;)
I can look into this today |
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 added a small comment which you can address if you see fit. Feel free to merge after
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.
Should we also change the "copy-paste-driven development mark" in this file while you're at it? This part:
'name': 'MissingBindingName',
'id': 'com.camunda.example.MissingBindingName',
Related to camunda/camunda-modeler#3573