Hi team,
If I start a process by this:
processFormContext.processStarting()
.saveInjectedProcessVariables()
.start();
It will throw NPE in ProcessStartingImpl.java at:

The reason is processVariables only initialized in #addProcessVariable(), but I didn’t call this method.
Jmix & BPM version: 1.3.2