Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Checks if an Application Container is running. 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.

Environment/Instance Properties

Property Name

Required

Description

 

 

 

Project Properties

Property Name

Required

Description

 

 

 

Inputs

Input Name

Required

Description

FDACC_IDENTITY_DOMAIN

Yes

The identity domain in which to perform operations.

FDACC_APPLICATION_NAME

Yes

The name of the Application Container.

FDACC_USERNAME

Yes

The username with which to connect to the Application Container.

FDACC_PASSWORD

Yes

The password for FDACC_USERNAME.

FDACC_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

FDACC_APPLICATION_IS_RUNNING

No

Returns true if the application container is running and false if it is not.

...