4. Conditions
Version 7.2 by Outhman Moustaghfir on 2021/04/28 01:36
Introduction
Conditions are a concept that maintains and check a certain statement if it is true or false.
In iXPath, that concept allows or not access a connector that holds the condition.
Structure and use
On each connector, we find a condition field to fill in or not.
we can take AS2listener as an example :
Let's set a simple scenario and make a condition to explain more this concept :
we want to send a mail only if the size file is inferior to 1 Mo.
if the statement is true, then we send a mail to the target with the body message.