Email Processing Workflow:
START
↓
[Step 1] Receive Email
↓
[Step 2] Security Check
↓
├─── IF Security Issues Detected:
│ ↓
│ [Branch A1] Log Security Incident
│ ↓
│ [Branch A2] Quarantine Email
│ ↓
│ [Branch A3] Send Security Alert
│ ↓
│ [Merge Point]
│
└─── IF No Security Issues:
↓
[Branch B1] Validate Sender
↓
[Branch B2] Extract Email Content
↓
[Branch B3] Classify Email Type
↓
[Branch B4] Process Content
↓
[Branch B5] Update Database
↓
[Merge Point]
↓
[Step 3] Send Confirmation/Response
↓
END
Email Processing Workflow:
START
↓
[Step 1] Receive Email
↓
[Step 2] Security Check
↓
├─── IF Security Issues Detected:
│ ↓
│ [Branch A1] Log Security Incident
│ ↓
│ [Branch A2] Quarantine Email
│ ↓
│ [Branch A3] Send Security Alert
│ ↓
│ [Merge Point]
│
└─── IF No Security Issues:
↓
[Branch B1] Validate Sender
↓
[Branch B2] Extract Email Content
↓
[Branch B3] Classify Email Type
↓
[Branch B4] Process Content
↓
[Branch B5] Update Database
↓
[Merge Point]
↓
[Step 3] Send Confirmation/Response
↓
END