@Autowired is not working in Delegate Service in SpringBoot using ${executeService} as Delegate Expression

Its fixed!

I just needed to annotate the class ExecuteChange with @Service to create its bean and voila.

@Service
public class ExecuteChange implements JavaDelegate

1 Like