runApexDBWorkspaceScan
Run ApexDBWorkspaceScan test and it returns pass percentage in the FlexDeploy UI.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
APEXSEC Jar file path |
| Yes | ApexSec Scanner Jar with complete path (example C:\\ApexScanner\\apexScanner.jar) |
APEX Database Host |
| Yes | Apex Database Host Name for DBWorkspace |
APEX Database Port |
| Yes | Apex Database Port Number for DBWorkspace (e.g 1521) |
APEX Username |
| Yes | Provide database user APEX_xxxxx or owner (parsing schema) of the application for export and import operations. You can use system user as well |
APEX Password |
| Yes | Password for APEX User. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
APEX SID |
| Yes | Apex SID (e.g apx03) |
Application ID |
| No | APEX Application ID |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
APEX Database Host |
| No | Apex Database Host Name for DBWorkspace |
APEX Database Port |
| No | Apex Database Port Number for DBWorkspace (e.g 1521) |
APEX SID |
| No | Apex SID (e.g apx03) |
APEX Username |
| No | Provide database user APEX_xxxxx or owner (parsing schema) of the application for export and import operations. You can use system user as well |
APEX Password |
| No | Password for APEX User. |
Application ID |
| No | APEX Application ID |
Outputs
Output Name | Description |
---|---|
| The pass percentage from the Apex Scan. eg: 85 |
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the target. Selecting a specific resource will result in selection of endpoints associated to the target which have that resource defined.Â
Endpoint Execution
This operation delegates endpoint execution to the workflow developer. The workflow editor will default to "Any", which will execute on any one of the selected endpoints, which will be randomly picked from selected endpoints or a specific endpoint where previous step may have executed. Changing this value to "All" to will result in execution on all selected endpoints.Â
- style