This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

Creating nested business objects

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
You can use the setWithCreate function to create nested business objects within a parent business object.
You can create nested business objects from a parent business object without having to write code that details intermediate child objects. For example, you can set a nested business object two levels under the parent object without having to define a dependent business object one level under the parent object. Use the setWithCreate function to accomplish this task for:
  • a single instance
  • multiple instances
  • a wildcard value
  • a model group
The following topics describe how you can do each of these.