Transformer
formatting...Task transforms a variable value to a document of correct type, so an expression can be used to extract values from the document to be used in another variable.
This is especially useful when used in combination with other variables variables containing a lot of information, where many parts of a message can be useful to re-use.
Instances of this task is created with the step expression:
Step implementations
Statistics
Executions of this task will not be visible in locust
request statistics, unless something goes wrong. It will
then have the request type TRNSF
.
Pipe arguments
min_matches
int - minimum number of matches that the expression should return,-1
as value will allow any number of matches (default1
)