Context Polling - Generic
This playbook polls a context key to check if a specific value exists.
- Pack
- CommonPlaybooks
- Tasks
- 3
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).