Performs an environment-specific composite purge controlled by the "Composite Revision To Keep" environment/instance property. The purge operation will go across all partitions on the server. This operation also has the ability to preview the composite revisions that would be purged, just logging with no purging.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
SOA Server Host |
| Yes | Host name of the SOA managed server. |
SOA Server Port |
| Yes | Port number of the SOA managed server, which will be the SSL Listen Port or Listen Port based on whether you desire to connect using SSL. |
SOA Use SSL | FDSOA_USE_SSL | No | Whether or not to use SSL when connecting to the SOA Server. Is unchecked by default. If checked, SOA Server Port must be set to the SSL Listen Port and Weblogic Domain Directory must be set. |
Weblogic Admin User |
| Yes | Admin user name for WebLogic server. |
Weblogic Admin Password |
| Yes |
|
Weblogic Domain Directory | FDWLS_DOMAIN_DIRECTORY | Yes* | Weblogic Domain Directory for the WebLogic server. *Only required if SOA Use SSL option is checked. |
Oracle SOA Home |
| Yes | Oracle SOA Home, indicates where SOA Suite is installed. |
Composite Revisions To Keep | FDSOA_REVISIONS_TO_KEEP | No | Number of composite revisions to retain on the server after successful deployment |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Preview Mode For Purge |
| No | Activates the purge preview mode. If purge is activated, preview mode will show in the logs the composite revisions that would have been purged with no purge occurring. (default is False) see Composite Revision Purge for examples |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation doesn't utilize any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the Environment/Instance.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
Composite Revision Purge
The composite revision purge will undeploy specific revisions based on the "Composite Revisions to Keep" Target property, defaulted to 1. The retained revisions will start at the default revision and retain composites until the property value is met. If there are more recent revisions than the default revision, those recent revisions will also be retained but will not count against the property value. Default revision is bold and Composite Revisions to Keep is 2.
Revision Ex 1 | Action | Revision Ex 2 | Action |
---|---|---|---|
1.01 | purged | 1.01 | purged |
1.02 | purged | 1.02 | kept due to property count |
1.03 | purged | 1.03 | kept due to default revision |
1.04 | kept due to property count | 1.04 | kept due to more recent than default revision |
1.05 | kept due to default revision | 1.05 | kept due to more recent than default revision |
In addition, the Preview Mode for Purge input can activate the preview feature that will show the revisions that would have been purged in the logs. No purge will occur in preview mode.