Component process types#

Different types of component processes deploy, configure, or uninstall component versions.

In most cases, you run component processes by adding them to application processes. However, you can also run component processes directly. For more information, see Running component processes.

The Deployment and Operational (With Version) process types require a component version. If you do not specify a component version, the process does not run. In this case, the process is shown in the log with this message: No Version Selected. You can access the component version name with the ${p:version.name} property. See Referring to properties.

The other component process types do not use a specific component version; they run the same way regardless of the inventory of the target resource. Therefore, version-specific properties such as the ${p:version.name} property are not available.

You use the following component process types:

Parent topic: Component processes