Context Polling - DT

This playbook polls a context value until a specific condition, defined by a DT expression, is met.

Common Playbooks · 5 tasks · 7 inputs · 0 outputs

Inputs

  • value_dt — The DT expression for retrieving a value from the context data.
  • eval_dt — The DT expression for retrieving data for the evaluation from the data returned by `value_dt`.
  • playbook_id — The sub-playbook ID for retrieving its local context from the context data. Use ${currentPlaybookID} to specify the current sub-playbook ID.
  • frequency — How often to check (in minutes).
  • timeout — When to timeout (in minutes).
  • tags — Tags of waiting tasks to be completed upon polling completion.
  • extract_mode — Indicator Extraction mode for the command sequence. (In XSOAR 8 and above, for first run command set manually the RunPollingCommand task in the playbook, Advanced -> Indicator Extraction mode).

Commands used

taskComplete

Flowchart

yes Start Start GenericPolling - GenericPolling GenericPolling GenericPolling Done Done Complete Waiting Tasks - taskComplete Complete Waiting Tasks taskComplete Are tags given to complete tasks? Are tags given to complet...