why parent case resolved before child case

In above challenge, per video, the child case “Service” is not resolved before the parent case “Assistance Request” resolved.

This is mismatch what’s told in the related course in

it says:

“When processing child cases in parallel, the parent case needs to wait until a child case is complete before the parent case can be resolved.”

May I know the reason? Thanks.

@MaxonL16591286

Based on business scenario Parent and Child case dependency can get change..

Nowhere pega will tell always Parent case needs to be resolved after all child case got resolved like that..

Based on business need if you want you can resolve Parent Case after Child Case got resolved, if not you can resolve the parent case before all child case getting resolved also..

@MaxonL16591286

Hi

In above challenge they mentioned only creating child case. if Parent case needs to wait until child case resolves "then need to use wait shape after create case smart shape "

Wait Shape Configuration:

Select Wait type:- Case Dependency and select the child case for which needs to wait.