deployComponent
Deploys a Boomi component or promotes an existing deployment to a selected environment. If no previous active deployment for the given details is found or no deployment ID is provided by the user in the buildComponent operation, then the deployment is performed for the component and environment provided in the buildComponent operation. In a case where an active deployment is found, the deployment found is promoted to the target environment selected by the user. In a case where the FDBOOMI_INP_ENVIRONMENT_EXTENSIONS_JSON_PATH
 input is set, then the environment extension file is selected from the list of build artifacts and the update is made through the Boomi API.
The build artifact does not contain the version of the process.
If a packaged component is being deployed, the exact version of the packaged component which the id correlates to will be deployed. See the image below for how to locate this id.
If a componentId is used, then during the deployment, the latest version of the component is packaged up. This could result in different versions of the code being deployed in different environments with the same build artifact, so it is not recommended. See the next screen shot for how to locate this id.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Boomi Environment ID |
| Yes | ID of the Boomi Environment. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Deployment Notes |
| No | Sets a Deployment message In case of a deployment promotion, details of the source and target environments are added to the message as well by the AtomSphere platform |
Environment Extensions File Path |
| No | Location of the Environment Extensions JSON file |
Artifacts
This operation consumes artifacts from the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
- style