how to wait a spinoff flow to be completed before the parent case can be resolved?
My scenario is as below:
Case type A —> create spinoff flow B in some conditions —> then A and B running independently until A is going to be resolved. A need wait B till B is completed before A is resolved.
Thanks.