External-task, Spring-boot-starter, extension-properties, default=true

Hi folks,

I want to use the camunda-external-task-client-spring-boot-starter now with multiple handlers, and I want to enable the include-extension-properties for each handler by default, so that I neither have to set this property by the extension:

@ExternalTaskSubscription(
        topicName = "my-topic",
        includeExtensionProperties = true )

nor in the application-properties:

camunda.bpm.client:
  subscriptions:
    my-topic:
      include-extension-properties: true

because the number of handlers is variable and either way, I tend to forget this property for new handlers. Hence, it should be enabled simply by default.

Any ideas or suggestions?

BR rnschk :slight_smile: