Skip to content

Salesforce process maps — index

Generated 2026-04-22T07:01:31.951Z via PWG Salesforce MCP. Aggregates 271 active Flows + 111 Apex triggers into per-SObject automation maps, plus heuristic cross-Flow chain detection.

How to read a per-object map:

  • Orange node = SObject
  • Blue = Flow triggered by this object
  • Grey = Flow triggered elsewhere that mutates this object
  • Green = Apex trigger
  • Yellow = Task created
  • Purple = Subflow invoked
ObjectRecord-triggered FlowsExternal FlowsApex TriggersTotalDoc
Task740350Task.md
Opportunity1719339Opportunity.md
Employee_Availability__c027027Employee_Availability__c.md
Account128323Account.md
Lead110314Lead.md
Case55111Case.md
acl__Investment__c28111acl__Investment__c.md
AccountContactRelation35311AccountContactRelation.md
Event6129Event.md
FinServ__FinancialAccount__c2237FinServ__FinancialAccount__c.md
FinServ__Revenue__c5027FinServ__Revenue__c.md
Contact2136Contact.md
Business_Process__c3306Business_Process__c.md
acl__Transaction2__c1225acl__Transaction2__c.md
Fact_Find_Submission__c2204Fact_Find_Submission__c.md
OpportunityLineItem3014OpportunityLineItem.md
FinServ__FinancialGoal__c1124FinServ__FinancialGoal__c.md
User1023User.md
Invoice__c3003Invoice__c.md
asp04__Payment__c2013asp04__Payment__c.md
acl__Fund__c1012acl__Fund__c.md
FinServ__FinancialAccountTransaction__c2002FinServ__FinancialAccountTransaction__c.md
Campaign0101Campaign.md

6 detected chain(s) where one Flow creates a Task whose subject is matched by another Flow’s trigger condition.

  • Trigger info extracted from Flow.Metadata.start. Filters only appear where a record-triggered Flow has a filter (not all do).
  • “Task created” means a recordCreate element with object='Task'; the Subject is captured only when it’s a static string literal in the inputAssignments.
  • Dynamic subjects (formula-built from fields) show as (dynamic subject) — can’t be matched for chain detection.
  • Apex-to-Flow and Flow-to-Apex chains aren’t detected here — add a second pass if those become interesting.
  • Process Builder Flows (ProcessType=Workflow) are included but with simplified metadata; treat with care.