Skip to main content

Context Polling - DT

This Playbook is part of the Common Playbooks Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.10.0 and later.

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

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

  • GenericPolling

Integrations#

This playbook does not use any integrations.

Scripts#

  • EvaluateContextValue

Commands#

  • taskComplete

Playbook Inputs#


NameDescriptionDefault ValueRequired
value_dtThe DT expression for retrieving a value from the context data.Required
eval_dtThe DT expression for retrieving data for the evaluation from the data returned by `value_dt`.Optional
playbook_idThe sub-playbook ID for retrieving its local context from the context data. Use ${currentPlaybookID} to specify the current sub-playbook ID.Optional
frequencyHow often to check (in minutes).1Required
timeoutWhen to timeout (in minutes).10Required
tagsTags of waiting tasks to be completed upon polling completion.Optional
extract_modeIndicator 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).Optional

Playbook Outputs#


There are no outputs for this playbook.

Playbook Image#


Context Polling - DT