Is there any way to restrict the number of child cases a parent case can create?

Is there any way to restrict the number of child cases a parent case can create?

@TanyaS58
As far as I know there is no OOTB limitations on the number of child cases possible.
You might think about implementing validation based on pxCoveredCount or pxCoveredInskeys property.

@toboa can you explain how can we implement the validation using pxCoveredCount or pxCoveredInskeys property?