Configuring parent-child instantiation for a case type
You can configure a child case type so that it is automatically instantiated when its parent case type is instantiated. By allowing your application to manage run-time dependencies, you can reduce the workload for case workers.
Ensure that you open the correct version of your case type if it has multiple parent case types. The instantiation details for a child case type are unique to each parent case type.
At run time, your application creates a child case when it detects that a parent case is created and the when condition that you provide returns a true value.