LinkIncidentsWithRetry

Use this script to avoid DB version errors when simultaneously running multiple linked incidents.

python · Common Scripts

Details

IDLinkIncidentsWithRetry
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775

README

Avoids DB version errors when simultaneously running multiple linked incidents.

Script Data


Name Description
Script Type python
Tags  

Inputs


Argument Name Description
linkedIncidentIDs The CSV list of related incident IDs.
retryLimit The number of retries to perform after a failure.

Outputs


There are no outputs for this script.

commonfields:
  id: LinkIncidentsWithRetry
  version: -1
name: LinkIncidentsWithRetry
script: ''
type: python
subtype: python3
tags: []
enabled: true
args:
- name: linkedIncidentIDs
  required: true
  description: A CSV list of related incident IDs.
- name: retryLimit
  description: Number of retries to perform after a failure.
  defaultValue: "5"
scripttarget: 0
comment: |-
  Use this script to avoid DB version errors when simultaneously running multiple linked incidents.
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10404775
tests:
- No tests (auto formatted)
marketplaces:
- xsoar