jmix icon indicating copy to clipboard operation
jmix copied to clipboard

NPE when starting business process from process form

Open gorbunkov opened this issue 3 years ago • 0 comments

NPE occurs if starting the process from the process form using the following command:

        processFormContext.processStarting()
                .saveInjectedProcessVariables()
                .start();

See forum

gorbunkov avatar Aug 23 '22 13:08 gorbunkov