Configuring Platform to access Corticon Server
Platform communicates with a Decision Service using REST. You can provide the URL and credentials for the Corticon Server for all triggers in an application or for a specific trigger:
- Use application settings to configure access for all triggers in
an application. You can specify different URLs for development, staging, and
production servers and switch between instances. Platform uses the server you
select until you change the settings. Access application settings from the
Application Switcher menu. See Editing applications for details.
- Select the Enable retry checkbox if you want to enable retry options
for the trigger. By default, this option is disabled. If you select the
Enable retry checkbox, you must input values into the
following mandatory fields.
- Status Codes — Set status code on which you want the HTTP retries to happen. It can be a comma separated values of status codes as well as a range of status codes. For example, 302-400,500.
- Number of Retries — Set the number of retries allowed for the trigger. The maximum number of retries must not exceed 3.
- Retry Interval — Set the interval
(ms) between two subsequent retries. The maximum retry timeout value
(Retry Interval * Number of retries) can be configured using
MaxHttpRetryTimeoutInMins
shared.property. Default value ofMaxHttpRetryTimeoutInMins
is 1 min.
- Provide a URL in trigger configuration. When configuring the
trigger, specify the Corticon Server URL, the User Name, and the Password as shown below. You cannot configure the connection in
the trigger if the application settings exist.