Hello,
with CUBA 7.2 and BPROC I was able to call a service inside the script task, like this example
import com.company.app1.service.CreateProcessDetailsService;
createprocessdetailsservice = com.haulmont.cuba.core.global.AppBeans.get(com.company.app1.service.CreateProcessDetailsService);
createprocessdetailsservice.createAllProcessDetailsExecution(execution.getProcessInstanceId());
How to do it with Jmix 2.x and BPM?
Kind regards,
Mladen