I have five parties so called A,B,C,D and E. Party A defined as signatory party and rest four parties are controllers, but my requirement is any once party can act as controller but i don't know exactly which party would be controller, How could i achieve this? my tries:
controller[b,c,d,e] can Approve : ContractId Test with ... getting error says require authorizers b,c,d,e but only b given
I want any party out of four(b,c,d,e) can exercise choice "Approve". Please help me
Thank you