- Issue created by @camoa
- πΊπΈUnited States camoa
ERROR event implemented and committed.
What it does:
Catches Salesforce errors and makes the data available in ECA workflows. No more custom event subscribers needed for error handling.Available tokens:
[error_message]
,[entity_id]
,[mapping_info]
,[operation_type]
,[failure_details]
, and others.Testing:
Created ECA model with bothpush_fail
anderror
events. Both fire correctly during failures. The error event gives you the detailed context you need for smart error handling.Files changed:
SalesforceEventsDeriver.php
andSalesforceEvent.php
Now you can build error workflows directly in ECA without writing code.