When I worked with Camunda Connectors mechanism, I noticed, that connector input params are not saved as process instance variables. Now I switched to using delegate expressions that resolve to Spring beans and see that input parameter values are saved as process instance variables.
The question: is there any way to make SendTask DelegateExpression InputParameters be allocated in a transient variables scope? Is this by design or bug?
My environment: Camunda Spring Boot Starter 2.1.2 with Spring Boot 1.5.8.