VariableMultipliersAgentExecutionOptions interface
Represents options for running a phase based on values specified by a list of variables.
- Extends
Properties
continue |
Indicates whether failure on one agent should prevent the phase from running on other agents. |
max |
The maximum number of agents to use in parallel. |
multipliers |
Inherited Properties
type | Indicates the type of execution options. |
Property Details
continueOnError
Indicates whether failure on one agent should prevent the phase from running on other agents.
continueOnError: boolean
Property Value
boolean
maxConcurrency
The maximum number of agents to use in parallel.
maxConcurrency: number
Property Value
number
multipliers
multipliers: string[]
Property Value
string[]
Inherited Property Details
type
Indicates the type of execution options.
type: number
Property Value
number
Inherited From AgentTargetExecutionOptions.type