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