Checks if an Application Container exists. Returns a boolean value to the workflow. It also prints a message to the log about the number of instances serving requests and the amount of RAM assigned to each.
Target Properties
...
Property Name
...
Property Code
...
Required
...
Description
Project Properties
...
Property Name
...
Property Code
...
Required
...
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Identity Domain |
| Yes | The identity domain in which to perform operations. |
Application Name |
| Yes | The name of the Application Container. |
Username |
| Yes | The username with which to connect to the Application Container. |
Password |
| Yes | The password for |
Timeout |
| No | The number of minutes to wait for the instance to start. If the number of minutes is exceeded, the operation will exit with a failure. Defaults to 60 minutes. |
Outputs
Output Name | Required | Description |
---|---|---|
| No | Returns true if the application container exists in the identity domain and false if it does not. |
...