PropertyDigestVerifierValve
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
Example Configuration
{
        "name": "PropertyDigestVerifierValve",
        "config": { 
              "digest":"{{item.carLicense}}",
              "value":"{{request.verify}}"
        }
}Requirements
Item set must have at least one entry.
