Type alias IAgentConfig

IAgentConfig: {
    environment: Environment;
    id: Scalars["ID"];
    isActive: Scalars["Boolean"];
    seats: Scalars["Int"];
}

An agent config is a configuration for an agent.

Type declaration

  • environment: Environment

    Environment the agent is configured for.

  • id: Scalars["ID"]
  • isActive: Scalars["Boolean"]

    Whether the agent is active. If false, the agent will not pick up any work.

  • seats: Scalars["Int"]

    Number of seats the agent config has.

Generated using TypeDoc