Hi,

I have a Camkes app (app1)  which depends on another Camkes app (app2), which means my app1 must start only after app2 is completely initialized.
For this currently I use a signal RPC wait in app1  and the corresponding RPC emit from app2 after app2 is completely initialized. 

Is there any other way in CamkES  which will ensure that app1 starts only after app2 is completely initialized without using RPC signalling (emit and wait) ?
How can this dependency be built ?

Regards
yk