Camunda application not populating spring @components

In bpmn file specify the fully qualified class name in Class attribute or else in expression delegate specify like this:

${name of the bean}

In your case try expression delegate attribute: ${beanInjection}. If not works change @Component to @Component(value=“beanInjection”) and then specify expression delegate as : ${beanInjection}