Field Polling - Generic

This playbook polls a field to check if a specific value exists.

Common Playbooks · 3 tasks · 4 inputs · 0 outputs

Inputs

  • field — The field to poll for a value. Ensure that you use the lower case version of the field. For example, the Details field should be details.
  • 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).

Flowchart

Start Start GenericPolling - GenericPolling GenericPolling GenericPolling Done Done