I am using release-v1 of Corda.
My app has four nodes - Controller (provides network map service and validating notary service), A, B and C. Following are the flows defined in the app -
Flow 1: A sends a trade request to B and C
Flow 2: B approves the trade request, self-signs it, gets signature from A and closes the trade.
What will happen when the Controller node stops or disconnects when one of the above flows is initiated?