Changes for page 4. The iXPath BPMN
Last modified by Achraf El Kari on 2022/06/13 13:18
<
>
edited by Outhman Moustaghfir
on 2021/04/22 16:57
on 2021/04/22 16:57
edited by Outhman Moustaghfir
on 2021/04/22 16:36
on 2021/04/22 16:36
Change comment:
(Autosaved)
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 3 removed)
Details
- Page properties
-
- Content
-
... ... @@ -55,7 +55,7 @@ 55 55 |(% style="width:158px" %)__XMLToTrk__|(% style="width:79px" %)[[image:2021-04-21_12h49_52.png]]|(% style="width:753px" %)Stores tracking in the database from the XML input file. 56 56 |(% style="width:158px" %)__XMLToBDD__|(% style="width:79px" %)[[image:2021-04-21_12h50_16.png||height="58" width="65"]]|(% style="width:753px" %)Translates data from an XML file and store it in the database. 57 57 |(% style="width:158px" %)__BDDToXML__|(% style="width:79px" %)[[image:2021-04-21_12h49_57.png]]|(% style="width:753px" %)Extracts data from the database and converts it into an XML file. 58 -|(% style="width:158px" %)__JsonToXML__|(% style="width:79px" %)[[image:2021-04-21_12h50_33.png]]|(% style="width:753px" %)Takes a JSON file and translate sit to XML format.58 +|(% style="width:158px" %)__JsonToXML__|(% style="width:79px" %)[[image:2021-04-21_12h50_33.png]]|(% style="width:753px" %)Takes a JSON file and translate it to XML format. 59 59 |(% style="width:158px" %)__XMLToJSON__|(% style="width:79px" %)[[image:2021-04-21_12h50_38.png]]|(% style="width:753px" %)Converts an XML file to JSON format. 60 60 |(% style="width:158px" %)XMLToBin|(% style="width:79px" %)[[image:2021-04-21_12h50_24.png||height="69" width="71"]]|(% style="width:753px" %)Converts an XML file to its Binary format. 61 61 |(% style="width:158px" %)__CopyFile__|(% style="width:79px" %)[[image:2021-04-21_12h50_50.png]]|(% style="width:753px" %)Copy a group of files from some connectors to a certain directory. ... ... @@ -95,12 +95,12 @@ 95 95 here's an updated list of exploitation connectors : 96 96 97 97 |(% style="width:188px" %)**Exploitation connectors**|(% style="width:81px" %)**Icon**|(% style="width:721px" %)**Description ** 98 -|(% style="width:188px" %) __PurgeJob__|(% style="width:81px" %)[[image:2021-04-22_14h22_15.png]]|(% style="width:721px" %)Deletes jobs older than a given date.99 -|(% style="width:188px" %) __BackupBDD__|(% style="width:81px" %)[[image:2021-04-22_14h24_03.png]]|(% style="width:721px" %)Dumps database for a backup.100 -|(% style="width:188px" %) __PurgeTrackings__|(% style="width:81px" %)[[image:2021-04-22_14h22_22.png]]|(% style="width:721px" %)Deletes trackings older than a certain date.101 -|(% style="width:188px" %) __PurgeFiles__|(% style="width:81px" %)[[image:2021-04-22_14h22_30.png]]|(% style="width:721px" %)Deletes files or directories older than a certain date.102 -|(% style="width:188px" %) __Zip__|(% style="width:81px" %) |(% style="width:721px" %)Create a zip format for input files.103 -|(% style="width:188px" %) __UnZip__|(% style="width:81px" %) |(% style="width:721px" %)Unzip the input zip file in a directory.98 +|(% style="width:188px" %)PurgeJob|(% style="width:81px" %)[[image:2021-04-22_14h22_15.png]]|(% style="width:721px" %)Deletes jobs older than a given date. 99 +|(% style="width:188px" %)BackupBDD|(% style="width:81px" %)[[image:2021-04-22_14h24_03.png]]|(% style="width:721px" %)Dumps database for a backup. 100 +|(% style="width:188px" %)PurgeTrackings|(% style="width:81px" %)[[image:2021-04-22_14h22_22.png]]|(% style="width:721px" %)Deletes trackings older than a certain date. 101 +|(% style="width:188px" %)PurgeFiles|(% style="width:81px" %)[[image:2021-04-22_14h22_30.png]]|(% style="width:721px" %)Deletes files or directories older than a certain date. 102 +|(% style="width:188px" %)Zip|(% style="width:81px" %) |(% style="width:721px" %)Create a zip format for input files. 103 +|(% style="width:188px" %)UnZip|(% style="width:81px" %) |(% style="width:721px" %)Unzip the input zip file in a directory. 104 104 |(% style="width:188px" %) |(% style="width:81px" %) |(% style="width:721px" %) 105 105 106 106 == Timers == ... ... @@ -109,18 +109,11 @@ 109 109 110 110 Timers connectors are listed as below : 111 111 112 -|(% style="width:155px" %)**Timers connectors**|(% style="width:72px" %)**Icon**|(% style="width:762px" %)**Description** 113 -|(% style="width:155px" %)__Wait__|(% style="width:72px" %)[[image:2021-04-22_14h40_14.png]]|(% style="width:762px" %)Waits for a given time. 114 -|(% style="width:155px" %)__Wait Until__|(% style="width:72px" %)[[image:2021-04-22_14h40_19.png]]|(% style="width:762px" %)Waits Until a certain date. 115 115 116 116 = Gateways = 117 117 118 -Gateways is a BPMN notation used to control how a process flows. Connected by sequence flows, a gateway acts as a decision point that decides which (outgoing) sequence flow to take based on the result of the evaluation of condition(s) specified. 119 - 120 120 == Inclusive gateway == 121 121 122 - 123 - 124 124 == Exclusive gateway == 125 125 126 126 == parallel gateway ==
- 2021-04-22_14h40_14.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.omoustaghfir - Size
-
... ... @@ -1,1 +1,0 @@ 1 -5.2 KB - Content
- 2021-04-22_14h40_19.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.omoustaghfir - Size
-
... ... @@ -1,1 +1,0 @@ 1 -6.2 KB - Content
- 2021-04-22_14h55_44.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.omoustaghfir - Size
-
... ... @@ -1,1 +1,0 @@ 1 -3.8 KB - Content