Wiki source code of 4. The iXPath BPMN
Version 47.1 by Outhman Moustaghfir on 2021/04/21 14:31
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
![]() |
2.2 | 5 | = Introduction = |
![]() |
1.1 | 6 | |
![]() |
2.2 | 7 | **iXPath** uses the BPMN (Business Process Model and Notation) standard for the translation part. |
8 | BPMN is a business process modeling method to describe the business activities of an organization in a graphical representation. | ||
9 | |||
![]() |
2.3 | 10 | Below an example of a flow traced by the iXPath BPMN module: |
![]() |
2.2 | 11 | |
![]() |
19.1 | 12 | [[image:1615831422135-492.png||height="378" width="996"]] |
![]() |
2.2 | 13 | |
![]() |
42.2 | 14 | As we can see, there are 2 main types: Connectors and Gateways |
![]() |
2.2 | 15 | |
![]() |
1.3 | 16 | = Connectors = |
![]() |
1.1 | 17 | |
![]() |
2.4 | 18 | A connector is an algorithm that is executed via a trigger. In iXPath, the trigger is always an input file. |
19 | |||
20 | In this part, we go through each of the connectors and their particularities: | ||
21 | |||
![]() |
4.1 | 22 | == Listeners == |
![]() |
2.4 | 23 | |
![]() |
19.2 | 24 | 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. |
![]() |
2.4 | 25 | |
![]() |
42.2 | 26 | **//Note~://** iXPath detects incoming events in real-time. |
![]() |
6.1 | 27 | |
28 | (% style="margin-left:auto; margin-right:auto" %) | ||
![]() |
18.1 | 29 | |=(% style="width: 138px;" %)Listener Name|=(% style="width: 103px;" %)Icon|=(% style="width: 974px;" %)Description |
![]() |
36.1 | 30 | |(% style="width:138px" %)[[FTP Listener>>Documentation.iXPath.User Guide.The iXPath BPMN.Connectors.Listeners.FTP Listener.WebHome]]|(% style="width:103px" %)[[image:1615902036864-240.png||height="66" width="69"]]|(% style="width:974px" %)Listen on a **FTP/FTPS** communication, on specific user (created locally) and on specific directory with a given file mask. |
![]() |
38.1 | 31 | |(% style="width:138px" %)[[SFTP Listener>>doc:Documentation.iXPath.User Guide.The iXPath BPMN.Connectors.Listeners.SFTP Listener.WebHome]]|(% style="width:103px" %)[[image:1615903474893-102.png||height="59" width="63"]]|(% style="width:974px" %)Listen on a **SFTP** communication, on specific user (created locally) and on specific directory with a given file mask. |
![]() |
42.2 | 32 | |(% style="width:138px" %)[[AS2 Listener>>doc:Documentation.iXPath.User Guide.The iXPath BPMN.Connectors.Listeners.AS2 Listener.WebHome]]|(% style="width:103px" %)[[image:1615903500591-246.png||height="66" width="61"]]|(% style="width:974px" %)Listen on an **AS2 **communication, on specific AS2_ID (created locally), and on specific file mask. |
33 | |(% style="width:138px" %)[[FILE Listener>>doc:Documentation.iXPath.User Guide.The iXPath BPMN.Connectors.Listeners.FILE Listener.WebHome]]|(% style="width:103px" %)[[image:1615903536880-750.png||height="60" width="60"]]|(% style="width:974px" %)Real-time listening on a specific directory with a given file mask. | ||
34 | |(% style="width:138px" %)[[WebService Listener>>doc:Documentation.iXPath.User Guide.The iXPath BPMN.Connectors.Listeners.WebService Listener.WebHome]]|(% style="width:103px" %)[[image:1615903600906-895.png||height="53" width="81"]]|(% style="width:974px" %)Listen on a **Rest** communication (http/https), on a specific endpoint URI (GET/POST/PUT/DELETE) (created locally) | ||
35 | |(% style="width:138px" %)[[Mail Listener >>doc:Documentation.iXPath.User Guide.The iXPath BPMN.Connectors.Listeners.Mail Listener.WebHome]]|(% style="width:103px" %)[[image:1615903620708-998.png||height="67" width="67"]]|(% style="width:974px" %)Listen on **Mail **communication (IMAP), on a specific mail, on a regex sender mask, on a regex mail subject, and on a given file mask. | ||
![]() |
34.1 | 36 | |(% style="width:138px" %)[[App Event>>doc:Documentation.iXPath.User Guide.The iXPath BPMN.Connectors.Listeners.App Event.WebHome]]|(% style="width:103px" %)[[image:1615903682090-260.png||height="55" width="72"]]|(% style="width:974px" %)Listen 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. |
![]() |
40.1 | 37 | |(% style="width:138px" %)[[Tracking Listener>>doc:Documentation.iXPath.User Guide.The iXPath BPMN.Connectors.Listeners.Tracking Listener.WebHome]]|(% style="width:103px" %)[[image:1615903640796-201.png||height="65" width="59"]]|(% style="width:974px" %)Listen 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. |
![]() |
42.2 | 38 | |(% style="width:138px" %)[[Time Listener>>doc:Documentation.iXPath.User Guide.The iXPath BPMN.Connectors.Listeners.Time Listener.WebHome]]|(% style="width:103px" %)[[image:1615903655709-270.png||height="67" width="69"]]|(% style="width:974px" %)Listen on a **time **with cron expression. it allows triggering event at a specific time periodically. |
![]() |
6.1 | 39 | |
![]() |
4.1 | 40 | == Scenario == |
![]() |
2.4 | 41 | |
![]() |
42.2 | 42 | A scenario connector deals directly with the input file, either translating it into some desired format or copying it, etc... |
![]() |
2.4 | 43 | |
![]() |
42.2 | 44 | here's the list of all scenario connectors of iXPath : |
45 | |||
46 | |||
![]() |
4.1 | 47 | == Routing == |
![]() |
2.4 | 48 | |
49 | |||
![]() |
4.1 | 50 | == Exploitation == |
![]() |
2.4 | 51 | |
52 | |||
![]() |
18.1 | 53 | == Timers == |
![]() |
2.4 | 54 | |
55 | |||
![]() |
1.3 | 56 | = Gateways = |
![]() |
1.1 | 57 | |
![]() |
1.3 | 58 | == Inclusif gateway == |
![]() |
1.1 | 59 | |
![]() |
1.3 | 60 | == Exclusif gateway == |
![]() |
1.1 | 61 | |
![]() |
1.3 | 62 | == parallel gateway == |
63 | |||
64 | = Variables = | ||
65 | |||
66 | == System variables == | ||
67 | |||
68 | == Local variables == | ||
69 | |||
70 | = Conditions = |