Checks to see if there is an online patching cycle that has not completed. This can be used to not execute a deployment.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
EBS Source Script |
| Yes | Source Script with full path. If you would like to apply changes directly to run edition for EBS R 12.2+, specify the run param after the script. By default it connects to patch edition when performing the deploy operation. All other operations are sourced from run by default. e.g. |
EBS Database User |
| Yes | DB User to connect with privileges. eg: Apps. |
EBS Database Password |
| Yes | DB Password to connect for |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Fail if patching in progress |
| N (defaults to Y) | Determine if workflow should fail if patching cycle in progress |
Outputs
Output Name | Required | Description |
---|---|---|
| No | Boolean showing where the patching cycle is not complete (True) or complete/failed (False) |
...