Hi @CampaignerForLife
In Adobe Campaign Classic, the recommended and best practice to retrieve excluded recipients from a delivery activity running in a workflow is to use the outbound transitions of the Delivery activity.
Recommended Approach
A Delivery activity in a workflow can generate outbound transitions such as:
Sent
Excluded
Rejected
Errors
To capture excluded recipients:
Open the workflow
Select the Delivery activity
Enable “Generate outbound transitions”
Use the Excluded transition
Connect it to a Query, List update, or Data extraction activity as needed
The Excluded transition includes all recipients excluded during delivery analysis, such as those excluded due to:
Typology rules (pressure, fatigue, control rules)
Quarantine status (invalid or bounced addresses)
Duplicate detection
Targeting or filtering conditions
Blacklists or suppression rules
This method is workflow-native, reliable, and fully supported, and allows excluded recipients to be handled immediately within the same workflow.
Note
Querying technical tables such as excludeLog using a delivery code can be used for post-delivery analysis, but it is not considered best practice for workflow execution, as it is less maintainable and not directly tied to the delivery activity’s execution path.
Conclusion
✔ Best practice: Use the Excluded outbound transition of the Delivery activity
✔ Fully supported in Adobe Campaign Classic
✔ Avoid relying on technical logs for operational workflows
Thanks,
Giriprasath B