Register process application - embedded engine

Hi guys,
I’d like to know if it’s necessary to register process applications if the engine is embedded. I don’t have definitions stored inside the application, all of them are deployed by REST API.

Thanks.

I’ve found the answer, which is NO. Thanks and really sorry for the mess.

Only as a side note - in this use case, it’s important that the deploymentAware property of the job executor is set to false. Otherwise, the job execution might not execute any jobs after restart.

1 Like