From c9e5846110accc591f401f5dd819d5ba6934cf87 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Wed, 21 Jan 2026 00:11:29 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20backup=20workflow=20definition=20for?= =?UTF-8?q?=20vmh-erstberatung-abschlie=C3=9Fen=20to=20streamline=20workfl?= =?UTF-8?q?ow=20management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/CUSTOM_DIRECTORY.md | 1 - .../vmh-erstberatung-abschliessen-backup.json | 43 ------------------- 2 files changed, 44 deletions(-) delete mode 100644 custom/workflows/vmh-erstberatung-abschliessen-backup.json diff --git a/custom/CUSTOM_DIRECTORY.md b/custom/CUSTOM_DIRECTORY.md index a16ba5e8..7c59caee 100644 --- a/custom/CUSTOM_DIRECTORY.md +++ b/custom/CUSTOM_DIRECTORY.md @@ -13,7 +13,6 @@ custom/ └── workflows/ # Workflow-Definitionen als JSON ├── README.md ├── vmh-erstberatung-abschliessen.json - └── vmh-erstberatung-abschliessen-backup.json ``` ## Zweck der Verzeichnisse diff --git a/custom/workflows/vmh-erstberatung-abschliessen-backup.json b/custom/workflows/vmh-erstberatung-abschliessen-backup.json deleted file mode 100644 index ddf45184..00000000 --- a/custom/workflows/vmh-erstberatung-abschliessen-backup.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "type": "simple", - "name": "vmh-erstberatung-abschlie\u00dfen", - "entity_type": "CVmhErstgespraech", - "trigger_type": "afterRecordSaved", - "is_active": true, - "description": "Versendet Erstberatungs-E-Mail und setzt Status auf \"Warte auf Mandatierung\"", - "conditions_all": [ - { - "comparison": "equals", - "subjectType": "value", - "cid": 0, - "fieldToCompare": "status", - "type": "all", - "value": "Warte auf Mandatierung" - }, - { - "comparison": "changed", - "subjectType": null, - "cid": 1, - "fieldToCompare": "status", - "type": "all" - } - ], - "conditions_any": [], - "conditions_formula": null, - "actions": [ - { - "type": "sendEmail", - "cid": 0, - "id": "423a120400", - "from": "specifiedEmailAddress", - "fromEmailAddress": "anwalt@vermieterhelden.de", - "to": "targetEntity", - "toEmailAddress": null, - "replyTo": null, - "emailTemplateId": null, - "emailTemplateName": null, - "doNotStore": false, - "optOutLink": false - } - ] -} \ No newline at end of file