4. Conditions
Last modified by Outhman Moustaghfir on 2022/06/13 13:17
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.