Try ... Catch scheme can be realized in AEP using 'result condition' component.
There is a simple scheme, that describe how to use it:
Result condition
Allows to execute selected operations set depending on the previous processing components result.
Safe / Try
A processing component can terminate processing if an error occurs. To enable this function, check the Safe box in the component context menu.
How it works?
As you can see - component 'Line parser (email_address_from_text)' marked as safe. That means - if this parser fails (required results not found in line), then all components below will be skipped until 'Result Condition' components is met.
If rule does not contains 'Result condition' component, then rule execution fails.
All components that follow at 'Result condition' component will be executed, of course. So, you have to insert 'Stopper' component in 'Result condition' block, if you want to terminate rule execution.
|
|
TweakMarketing
29.12.2009 15:58:55
|