Actions
Feature #83395
openAdd error handling for finishers
Status:
New
Priority:
Could have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-12-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If you use the MailFinisher and for some reason the mail could not be sent, an error handling should trigger. Likewise, if you use the SaveToDatabaseFinisher and for some reason the Data could not be saved, and error handling should trigger.
There needs to be a way to configure finisher error management.
Example pseudo yaml:
finisherErrorBehaviour:
- ignore
- skip
- callOtherFinisher
Updated by Ralf Zimmermann over 6 years ago
- Subject changed from sysExt:form Add error handling for finishers to Add error handling for finishers
- Tags deleted (
form finisher error handling)
Actions