Configuration in Company Parameters (Agents)

The configurations for the Agents Accelerator are stored under the AG_Configurations Company Parameter. This Company Parameter is used by the Agents Accelerator to centrally control agent behavior via configurable key–value entries.

Config Name

Config Value

Config Attribute 1

Description

MODE

TEST

n/a

If the value is set to TEST, error messages are displayed including stack trace.

MODE

PRODUCTION

n/a

If the value is set to PRODUCTION, error messages are displayed without stack trace.

AUTO_CREATE_ACTIONS_ON_RESUBMIT

true

n/a

If set to true resubmitting an agent triggers its computation automatically, matching the behavior of a first-time submission.

Auto Crete Actions on Resubmit

Starting with the Agents 1.7, resubmitting an agent triggers its computation automatically, matching the behavior of a first-time submission. This is controlled by the AUTO_CREATE_ACTIONS_ON_RESUBMIT configuration entry in the AG_Configurations Company Parameter.

Default Behavior

When AUTO_CREATE_ACTIONS_ON_RESUBMIT is set to true, the agent triggers its Scheduler Task immediately upon resubmission. The resulting one-time schedule is named <Agent's Name>_immediateResubmitRun and appears in Calculation Schedules only during resubmission.

Installation Behavior

  • New installations and full Agent package deployments – AUTO_CREATE_ACTIONS_ON_RESUBMIT is included by default and set to true. No manual action is required.

  • Update package deployments – You must manually add the AUTO_CREATE_ACTIONS_ON_RESUBMIT entry to the AG_Configurations Company Parameter and set its value to true as a one-time post-upgrade step.

How to Add the Configuration Entry

  1. Go to Company Parameters.

  2. Search for AG_Configurations.

  3. Click Add Record.

  4. In the Add New Company Parameter Value menu:

    1. In the Agent Type, enter *.

    2. In the Agent Name, enter *.

    3. In the Config Name, enter AUTO_CREATE_ACTIONS_ON_RESUBMIT.

    4. In the Config Value, enter true.

    5. Leave Config Attribute 1 empty (not applicable).

  5. Click Add.