Reply To: More problems – now with SEND action

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf More problems – now with SEND action Reply To: More problems – now with SEND action

#56695
Anonymous
Participant

    Just wanted to add a comment on SEND.

    When the engine is processing a route full of many route details and one route detail fails, then the engine dumps all the route details.  This protects the system from sending out messages that might have errors.  However, when you use SEND in a translation then the sent message persists even if there is an error in another route detail.  If this is the effect that you want then you’ll need to push the send message tranlation detail up to the top of the list of details to prevent it from not being executed.

    If this isn’t the effect that you want then use CONTINUE instead of SEND.

    And you’re correct, the test tool isn’t spacing between messages 😐