Quick Info
Description
The HCL Launch Process plugin supports interaction with processes and process requests within HCL Launch. Using this plugin, you can create or remove a link on a process request that can direct users to supplementary information related to the process execution.Quick Info
launch-process-12.1142545.zip
Uploaded: 10-Oct-2022 16:02
Release Note
Updating jettison library for CVE-2022-40150 CVE-2022-40149.launch-process-11.1132356.zip
Uploaded: 26-Apr-2022 19:00
Release Note
Update for java 17 compatibility.launch-process-10.1131561.zip
Uploaded: 08-Apr-2022 15:29
Release Note
Update udclient and uDeployRestClient.launch-process-9.1128765.zip
Uploaded: 07-Feb-2022 17:05
Release Note
Remove log4j functionality related to: CVE-2019-17571, CVE-2020-9488. CVE-2021-4104, CVE-2022-23302, CVE-2022-23305, CVE-2022-23307launch-process-8.1107079.zip
Uploaded: 25-May-2021 08:40
Release Note
Fixing CVE: CVE-2019-4233.Summary
The HCL Launch Process plugin includes steps to work with process requests in HCL Launch. You can use this plugin to create or remove a link on a process request that directs users to supplementary information related to the process execution.
This plugin includes one or more steps, click Steps for step details and properties.
Compatibility
This plugin requires HCL Launch version 7.0 or later.
Installation
See Installing plugins in HCL Launch for installing and removing plugins.
History
The following table describes the changes made in each plugin version.
Version | Description |
---|---|
8 | Minor enhancements |
Usage
Use the HCL Launch Process plugin to pass data among component processes by setting properties on process requests. Many properties are locked when a process is requested. If a step in a component process creates information that another component process must refer to, it is not trivial to set an application property or version property to capture that information. Also, application or version properties might not be the appropriate scope for a value that changes for every deployment. To pass information from a component process, use the Set Process Request Property step. For the Process Request ID, specify ${p:parentRequest}
. You can then access the property from another component process.
Step palette
To access this plugin in the palette, click HCL Launch > Processes.
Steps
The following process steps are available in the HCL Launch Process plugin.
Set Link on Process Request
Creates or removes a link on a process request that can direct users to supplementary information related to the process execution.
Name | Type | Description | Required |
---|---|---|---|
Link Title | String | The link text, which the user can click. | Yes |
Process Request ID | String | The ID of the process request to update. You can use this field to set a property on a parent or unrelated process request. | Yes |
URL | String | The URL to link to. If blank, the link is removed. | No |
Set Process Request Property
Sets a property on a process request.
Name | Type | Description | Required |
---|---|---|---|
Process Request ID | String | The ID of the process request to update. You can use this field to set a property on a parent or unrelated process request. | Yes |
Property Name | String | The name of the property to set. | Yes |
Property Value | String | The value to set for the property. Leave blank to remove the property. | No |
Secure Property Value | Password | A secure value to set for this property. If this value is set, the resulting property is secure and the contents of the Property Value field is ignored. | No |