Hi list,<br><br>I would like to know if there is a way of forcing the execution of the prep_stop() callback for an included application that is started by adding its supervisor to the primary application supervisor.<br><br>
The scenario i'm facing includes a primary application that launches some included applications, with some of them launching another applications too:<br><br>Prim<br>IncA, IncB,<br>IncA1, IncA2<br><br>Here, i need to manipulate the supervisor of the included application (say, IncA) just before it stops, to allow deleting its own included apps (say IncA1 and IncA2) before it terminates, doing it from inside the included application and not from the primary one.<br clear="all">
<br>I'm experiencing that the prep_stop callback is only called for the primary application and not for the included ones.<br><br>I now it can sound a bit akward. I can explain a bit further if needed.<br><br>Thanks in advance,<br>
<br>-- <br>Alejandro Vazquez Fente<br>