OpenXPKI::Server::Workflow::Condition::WFHash
cert_exists:
class: OpenXPKI::Server::Workflow::Condition::WFHash
param:
hash_name: cert_map
condition: key_defined
hash_key: key_to_check
Allows for checks on a hash stored as a workflow context parameter.
- hash_name
- The name of the workflow context parameter containing the hash to be
used
- condition
- The following conditions are supported:
- key_defined
- Condition is true if the key has a value. The key must be given with the
"key" param.
- key_nonempty
- Condition is true if the key has a non-empty value The key must be given
with the "key" param.
- is_value
- Condition is true if the key has a non-empty value The key must be given
with the "key" param.
- hash_key
- Name of the key to check
- value
- value to check against when condition is set to is_value.