Deploying components in an application process

You can deploy one or more components in an application process by calling component processes.

Before you begin

Procedure

  1. In an application process, add the Install Component step to the process.
  2. In the properties for this step, specify the component to deploy and the component process to run. For more information about this step, see Install Component.
  3. Add links to the steps to complete the process.
  4. Save the process.
  5. Run the process on an environment. See Running application processes.

Example

The following example application process deploys two components. The steps Install Component A and Install Component B call the deployment processes for each component.
An example application process that uses the Install Component step twice to deploy two components

Feedback