Open ingorichtsmeier opened 3 years ago
Thanks for reporting. I can re-produce it and on top: also the implementation type (external
) is not applied.
After having a quick look, I would say, that these fields are not set since they would need to be set on the messageEventDefinition
. We don't have a direct templating support for them. (Note that one would also not be able to tempalte the message which might need to be referenced)
Related: https://github.com/camunda/camunda-modeler/issues/861
Describe the Bug
In the modeler I want to implement a message throw event (intermediate or end) with an external task worker.
If I setup an element template for this, the
camunda:topic
is not applied in the XML.Steps to Reproduce
Use this element template: message-correlation.zip
install it in the modeler
model a service task, intermediate message throw event and message end event.
Apply the element temaple to all three bpmn elements
fill values into the fields
inpect the XML
Expected Behavior
camunda:topic
is applied to all three elements.Instead it's only applied to the service task.
Environment
Related to https://github.com/camunda/camunda-modeler/issues/343