Hi, I’ve heard that Camunda modeler change its output of service task delegate expression on some version.
It used to produce standard BPMN2.0 “implementation” field, like
<bpmn:serviceTask implementation="service1">
but in some version, it change to this instead
<bpmn:serviceTask camunda:delegateExpression="service1">
Can I know what is the last version that support the “implementation” field? Thanks. Or will it be possible to add a service task type that for this “legacy” field?
Related serviceName is object · Issue #213 · bpmnServer/bpmn-server · GitHub