Wiki source code of The iXPath BPMN
Version 3.1 by Achraf El Kari on 2021/03/16 14:31
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | = Introduction = | ||
6 | |||
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 | |||
10 | Below an example of a flow traced by the iXPath BPMN module: | ||
11 | |||
12 | [[image:1615831422135-492.png]] | ||
13 | |||
14 | As we can see, there is 2 main types : Connectors and Gateways | ||
15 | |||
16 | = Connectors = | ||
17 | |||
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 | |||
22 | == A) Listeners == | ||
23 | |||
24 | |||
25 | == B) Scenario == | ||
26 | |||
27 | |||
28 | == C) Routing == | ||
29 | |||
30 | |||
31 | == D) Exploitation == | ||
32 | |||
33 | |||
34 | == E) Timers == | ||
35 | |||
36 | |||
37 | = Gateways = | ||
38 | |||
39 | == Inclusif gateway == | ||
40 | |||
41 | == Exclusif gateway == | ||
42 | |||
43 | == parallel gateway == | ||
44 | |||
45 | = Variables = | ||
46 | |||
47 | == System variables == | ||
48 | |||
49 | == Local variables == | ||
50 | |||
51 | = Conditions = |