Task — automation map
Business Process Map — Task
Section titled “Business Process Map — Task”47 Flow(s) involved · 3 Apex trigger(s). Shows automation that either triggers on Task changes OR mutates Task records from elsewhere.
Diagram
Section titled “Diagram”Triggers on this object
Section titled “Triggers on this object”Apex triggers
Section titled “Apex triggers”| Name | Events | Namespace |
|---|---|---|
TaskTrigger | before insert, before update, after insert, after update, after delete | FinServ |
PWGTaskTrigger | before insert, before update, before delete, after insert, after update, after undelete | (custom) |
Tasks | before insert, before update, after insert, after update | acl |
Record-triggered Flows
Section titled “Record-triggered Flows”| Flow | Trigger | Filter | Creates Tasks | Updates Objects |
|---|---|---|---|---|
| Action After Initial Client Contact Task | Update | AND: Type EqualTo ‘Initial Client Contact’, Status EqualTo ‘Completed’, Document_Collection__c NotEqualTo ” | SetSubject | — |
| Redemptions - Confirm Redemption Task For ETA | AutoLaunchedFlow | AND: Subject EqualTo ‘Submit Redemption Forms’, ETA_Date_of_Payment__c IsNull ‘null’, Type EqualTo ‘Redemption’, Task_Confirm_Creation__c EqualTo ‘nul | — | — |
| Task - Actions on After Update | Update | AND: Status__c IsChanged ‘null’ | — | Case |
| Task - Push ETA to Opportunity | Update | (1 OR 2) AND 3 AND 4: Subject EqualTo ‘Complete Redemption Forms’, Subject EqualTo ‘Submit Redemption Forms’, WhatId StartsWith ‘006’, ETA_Date_of_Pay | — | Opportunity |
| TEMP Task Opportunity Populate Application Set Date | Update | AND: Type EqualTo ‘Submit Partners Private Application’, Status EqualTo ‘Completed’ | — | Opportunity |
| WM_MF_Task_AFU_After_Update | Update | — | — | — |
| WM_MF_Task_ONC_On_Create | Create | — | — | — |