Context Polling - Generic
This playbook polls a context key to check if a specific value exists.
Common Playbooks · 3 tasks · 4 inputs · 0 outputs
Inputs
key— The context key to poll for a value. Can contain '.', for example: "ContextKey1.ContextKey2.ContextKey3"value— The regex to check the field for. By default the regex contains .+, which matches anything other than None.frequency— How often to check (in minutes).timeout— When to timeout (in minutes).