When configuring a custom Service-Task i prefer to use camunda’s Input / Output Parameters. I realized, that in most cases i don’t really need the Input-Parameters to be persisted. Is it possible to declare (within my BPMN) that certain Input-Parameters shall be transient ones?
I know that i can use Field-Injections instead, but than i end up spreading the required Servie-Task-Inputs as Field-Injections (if no persistence is needed) and Input-Parameters (if persistence is required).