args: - description: Incident summary name: summary required: true - auto: PREDEFINED description: Incident priority name: priority predefined: - Low - Medium - High required: true - auto: PREDEFINED description: Incident category name: category predefined: - Fraud - IT - Physical - Threat required: true comment: This script is an example script of how to create Incident in Archer. The script generates the create incident data in JSON format and execute the command archer-create-record. commonfields: id: ArcherCreateIncidentExample version: -1 enabled: true name: ArcherCreateIncidentExample outputs: - contextPath: Archer.Record.Id description: Unique ID of the record. type: Number script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 5.0.0 skipprepare: - script-name-incident-to-alert