Context Polling - Generic
Common Playbooks Pack.#
This Playbook is part of theThis playbook polls a context key to check if a specific value exists.
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooks- Generic Polling
#
IntegrationsThis playbook does not use any integrations.
#
Scripts- CheckContextValue
#
CommandsThis playbook does not use any commands.
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
key | The context key to poll for a value. Can contain ''.'', for example: "ContextKey1.ContextKey2.ContextKey3"' | Required | |
value | The regex to check the field for. By default the regex contains .+, which matches anything other than None. | .+ | Required |
frequency | How often to check (in minutes). | 1 | Required |
timeout | When to timeout (in minutes). | 10 | Required |
#
Playbook OutputsThere are no outputs for this playbook.