I'm writing a cloudify recipe and I am trying to manage the HA. In the cloudify doc, i saw the following concerning the "stopDetection" probe:
It is important to note that Cloudify will invoke the restart event if you implemented one and the start event will only serve as a fallback.
Does it means that cloudify has a "restart" lifecycle event (such as start, stop)?
Thanks.