How Can I Access "ProcessEngine" in external task handler

i need get this engine.

ProcessEngine engine = ProcessEngines.getDefaultProcessEngine();

Hello @Rasim_Savas ,

this is not possible as the process engine as java object probably lives in another machine.

However, you can use the REST API to interact with the process engine.

I hope this helps

Jonathan

1 Like