context-document-has-feature

If a Document is currently being observed and has a specific feature.

{
    "evaluator": "context-document-has-feature",
    "condition": "{featureId}"
}

Example:

{
    "evaluator": "context-document-has-feature",
    "condition": "f:audit"
}