Represents options for running a phase based on values specified by a list of variables.

interface VariableMultipliersAgentExecutionOptions {
    continueOnError?: boolean;
    maxConcurrency?: number;
    multipliers?: string[];
    type?: number;
}

Hierarchy (View Summary)

Properties

continueOnError?: boolean

Indicates whether failure on one agent should prevent the phase from running on other agents.

maxConcurrency?: number

The maximum number of agents to use in parallel.

multipliers?: string[]
type?: number

Indicates the type of execution options.