Introduction

iXPath uses the BPMN (Business Process Model and Notation) standard for the translation part.
BPMN is a business process modeling method to describe the business activities of an organization in a graphical representation.

Below an example of a flow traced by the iXPath BPMN module:

1615831422135-492.png

As we can see, there are 2 main types: Connectors and Gateways

Connectors

A connector is an algorithm that is executed via a trigger. In iXPath, the trigger is always an input file.

In this part, we go through each of the connectors and their particularities:

Listeners

A listening connector (or listener) is the entry point for a scenario. It allows the created event to be routed through a communication channel (FTP, SFTP, AS2, MAIL, FILE, Webservice). Communication's config is required to handle those connectors.

Note: iXPath detects incoming events in real-time.

Listener NameIconDescription
FTP Listener1615902036864-240.pngListen on a FTP/FTPS communication, on specific user (created locally) and on specific directory with a given file mask.
SFTP Listener1615903474893-102.pngListen on a SFTP communication, on specific user (created locally) and on specific directory with a given file mask.
AS2 Listener1615903500591-246.pngListen on an AS2 communication, on specific AS2_ID (created locally), and on specific file mask.
FILE Listener1615903536880-750.pngReal-time listening on a specific directory with a given file mask.
WebService Listener1615903600906-895.pngListen on a Rest communication (http/https), on a specific endpoint URI (GET/POST/PUT/DELETE) (created locally)
Mail Listener 1615903620708-998.pngListen on Mail communication (IMAP), on a specific mail, on a regex sender mask, on a regex mail subject, and on a given file mask.
App Event1615903682090-260.pngListen on a Rest communication (http/https), on a specific endpoint uri (GET/POST/PUT/DELETE) (created locally). App event is used locally between iXPath's app.
Tracking Listener1615903640796-201.pngListen on a Tracking database event, on a specific tracking type (Order, OrderLine...), on the specific action (Create, Delete, Update), and on a specific tracking status.
Time Listener1615903655709-270.pngListen on a time with cron expression. it allows triggering event at a specific time periodically.

Scenario

A scenario connector deals directly with the input file, either translating it into some desired format or copying it, etc...

here's the list of all scenario connectors of iXPath :  

Scenario ConnectorIconDescription
FileToXML2021-04-21_12h19_50.pngTransform a certain file to XML format with a given output file name.
XMLToFile  2021-04-21_12h27_09.pngConvert an XML file to the  
ExcelToXML  2021-04-21_12h31_41.png 
XMLToExcel 2021-04-21_12h31_58.png 
XMLToPdf 2021-04-21_12h34_23.png 
PdfToXML 2021-04-21_12h34_33.png 
XMLToXML 2021-04-21_12h34_57.png 
TrkToXML2021-04-21_12h49_47.png 
XMLToTrk2021-04-21_12h49_52.png 
XMLToBDD2021-04-21_12h50_16.png 
BDDToXML2021-04-21_12h49_57.png 
JsonToXML2021-04-21_12h50_33.png 
XMLToJSON2021-04-21_12h50_38.png 
XMLToBin2021-04-21_12h50_24.png 
CopyFile2021-04-21_12h50_50.png 
SplitXML2021-04-21_12h51_08.png 
MergeXML2021-04-21_12h51_12.png 
Pile2021-04-21_12h51_17.png 
GenerateFile2021-04-21_12h51_24.png 
FiltreTracking2021-04-21_12h51_30.png 
LoadFile2021-04-21_12h51_33.png 
ReturnWebService2021-04-21_12h50_45.png 


Routing

Exploitation

Timers

Gateways

Inclusif gateway

Exclusif gateway

parallel gateway

Variables

System variables

Local variables

Conditions

Tags:
    
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian