camunda-engine-cdi and camunda-engine-cdi-jakarta libraries expose CDI beans via Expression Language,
using a custom resolver. This makes it possible to reference beans from the process:
camunda:expression="${myEjb.method()}"-extension.
Note that this requires a @Named-annotation on the MyEjb-class.