args: - description: Incident record ID. name: incident_record_id required: true - description: Task record ID. name: task_record_id required: true comment: This script is an example script of how to unlink a task from an incident in Cherwell. The script wraps the cherwell-unlink-business-object command of the cherwell integration. When writing your own script to unlink business objects, follow the instructions found in the configuration section of the script, but do not change the execution section. commonfields: id: CherwellIncidentUnlinkTask version: -1 name: CherwellIncidentUnlinkTask script: '-' timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 subtype: python3 tags: [Cherwell] dependson: must: - Cherwell|||cherwell-unlink-business-objects tests: - Cherwell Example Scripts - test fromversion: 5.0.0 skipprepare: - script-name-incident-to-alert