PropertyDigestVerifierValve
Note
Valve to verify an already created digest.
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
digest | The name of the digested property. | Yes | Yes | |
value | The name of the property to verify. | Yes | Yes |
Example Configuration
{
"name": "PropertyDigestVerifierValve",
"config": {
"digest":"{{item.carLicense}}",
"value":"{{request.pincode}}"
}
}
Requirements
Item set must have at least one entry.