How to stop parent case until child cases reaches to some specific status

one parent case and 5 child case type are there how to stop parent case until child cases reaches to some specific status

Hi @Pandari Kadaji

Try using the Wait shape in the parent flow. you can configure it to wait until the child cases reach a specified status. set the right scope . follow this article for more details

@Pandari Kadaji

Wait Shape is the best option for this use case—use Case Dependency and Select “To Reach status”. The parent case will wait until all the child cases reach that particular status based on your requirements.