SleepValve
Note
Causes a PIPE to pause the flow of execution, before executing the next valve or returning to the caller.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
ms | Number of milliseconds to pause. | 0 | No | No |
Example Configuration
{
"name":"SleepValve",
"config":{
"ms":"5000"
}
}
Requirements
Log level must be set to at least DEBUG.