COMP Arguments

Common Arguments

Component Hierarchy

Boomi Console uses the Boomi Component Reference Object to resolve parent and children component IDs from AtomSphere.

See also: Component Hierarchy

/children

/Children={None|Independent|Dependent|All}

Specify which kind of children components should be resolved.

  • None - Only the provided component is resolved with no children.

  • Independent - Only independent children, like process routes, are resolved.

  • Dependent - Only dependent children are resolved, which includes all components which would be deployed with the specified parent component, like maps, sub-processes, profiles etc.

  • All -Dependent and Independent children will be included.

/parents - plural!

/Parents[={true|false}]

Resolve all parents (referencing) components and save their metadata in the workspace. All relationships incl. metadata are stored in the database, too.

If you want all parents, use /Parents=true.

/parent - singular

/Parent[={true|false}]

Query only the direct parent (referencing) component and save its metadata in the workspace. The relationship incl. metadata is stored in the database, too.

Last updated