- Overview
- Getting started
- User Guide
-
Reference
-
Steps
- addToInt
- awaitAllResponses
- awaitDelay
- awaitInt
- awaitVar
- breakSequence
- clearHttpCache
- conditional
- fail
- foreach
- hotrodRequest
- httpRequest
- json
- log
- loop
- newSequence
- nextSequence
- noop
- pullSharedMap
- pushSharedMap
- randomCsvRow
- randomFile
- randomInt
- randomItem
- randomUUID
- scheduleDelay
- set
- setInt
- stop
- stopwatch
- stringToInt
- template
- thinkTime
- timestamp
- unset
- Processors
- Actions
-
Steps
- Custom extensions
- Controller API
- Architecture
- Release notes
foreach
Instantiate new sequences based on array variable content.
Property | Type | Description |
---|---|---|
counterVar | String | Variable to be set to the number of created sequences (optional). |
dependency | String | This step is blocked if this variable does not have set value (none by default). |
fromVar | String | Variable holding the array. |
sequence | String | Name of the instantiated sequence. |