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/23 13:49
on 2021/04/23 13:49
edited by Outhman Moustaghfir
on 2021/04/22 17:14
on 2021/04/22 17:14
Change comment:
(Autosaved)
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 3 removed)
Details
- Page properties
-
- Content
-
... ... @@ -68,6 +68,8 @@ 68 68 |(% style="width:158px" %)__ReturnWebService__|(% style="width:79px" %)[[image:2021-04-21_12h50_45.png]]|(% style="width:753px" %)((( 69 69 returns a web service with an HTTP code response to a flow. 70 70 ))) 71 +|(% style="width:158px" %) |(% style="width:79px" %) |(% style="width:753px" %) 72 +|(% style="width:158px" %) |(% style="width:79px" %) |(% style="width:753px" %) 71 71 72 72 == 73 73 Routing == ... ... @@ -81,9 +81,10 @@ 81 81 ))) 82 82 |(% style="width:151px" %)__File Fix__|(% style="width:86px" %)[[image:2021-04-21_16h28_22.png]]|(% style="width:753px" %)Fixes a file by giving: its identifier column, size, and value and sets the value needed to be fixed. 83 83 |(% style="width:151px" %)__File Variable__|(% style="width:86px" %)[[image:2021-04-21_16h28_33.png]]|(% style="width:753px" %)Sets a bunch of variables in the input file. 84 -|(% style="width:151px" %)__XML Detection__|(% style="width:86px" %)[[image:2021-04-21_16h28_38.png]]|(% style="width:753px" %)~*~*~*~*~*~* 85 -|(% style="width:151px" %)__Savoye__|(% style="width:86px" %)[[image:2021-04-21_16h28_43.png]]|(% style="width:753px" %)~*~*~*~*~*~** 86 -|(% style="width:151px" %)__Call Scenario__|(% style="width:86px" %)[[image:2021-04-21_16h28_46.png]]|(% style="width:753px" %)Load a saved scenario and insert it in the current scenario. 86 +|(% style="width:151px" %)__XML Detection__|(% style="width:86px" %)[[image:2021-04-21_16h28_38.png]]|(% style="width:753px" %) 87 +|(% style="width:151px" %)__Savoye__|(% style="width:86px" %)[[image:2021-04-21_16h28_43.png]]|(% style="width:753px" %) 88 +|(% style="width:151px" %)__Call Scenario__|(% style="width:86px" %)[[image:2021-04-21_16h28_46.png]]|(% style="width:753px" %) 89 +|(% style="width:151px" %) |(% style="width:86px" %) |(% style="width:753px" %) 87 87 88 88 == Exploitation == 89 89 ... ... @@ -96,8 +96,9 @@ 96 96 |(% style="width:188px" %)__BackupBDD__|(% style="width:81px" %)[[image:2021-04-22_14h24_03.png]]|(% style="width:721px" %)Dumps database for a backup. 97 97 |(% style="width:188px" %)__PurgeTrackings__|(% style="width:81px" %)[[image:2021-04-22_14h22_22.png]]|(% style="width:721px" %)Deletes trackings older than a certain date. 98 98 |(% 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. 99 -|(% style="width:188px" %)__Zip__|(% style="width:81px" %)(icon)|(% style="width:721px" %)Create a zip format for input files. 100 -|(% style="width:188px" %)__UnZip__|(% style="width:81px" %)(icon)|(% style="width:721px" %)Unzip the input zip file in a directory. 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 +|(% style="width:188px" %) |(% style="width:81px" %) |(% style="width:721px" %) 101 101 102 102 == Timers == 103 103 ... ... @@ -117,21 +117,14 @@ 117 117 118 118 [[image:2021-04-22_14h55_44.png]] 119 119 120 - The inclusivegateway(or "OR gateway")isusedto create alternativesroutes,butalsoparallelonesinsideaprocessflow. Contrarytothe exclusivegateway,allconditionexpressionsareevaluated. Whilst theInclusiveGatewaycanbeusedtoshowthatallpathsmust betaken,it should be usedinsucha way that atleastoneofthepathsistaken.124 +La passerelle de type inclusive est utilisée pour créer des chemins alternatifs mais également parallèls dans un flux de processus. Contrairement à la passerelle exclusive, toutes les expressions de condition sont évaluées. Karaz Workflow Engine ne sort d’une passerelle inclusive que lorsqu’on l’ensemble des entrées ont été évaluées. 121 121 126 +The inclusive gateway is used to create alternatives routes, and also parallel inside a process flow. contrary to exclusive gateway, all condition expressions are evaluated. 127 + 122 122 == Exclusive gateway == 123 123 124 -[[image:2021-04-22_14h55_30.png]] 125 - 126 - 127 -The exclusive gateway accepts multiple inputs and outputs. We abbreviate “exclusive gateway” as **XOR**. It also evaluates the process state and divides the flow into multiple paths mutually exclusive. The flow takes the first input that satisfies all calculated conditions. 128 - 129 129 == parallel gateway == 130 130 131 -[[image:2021-04-22_14h55_22.png]] 132 - 133 -The parallel gateway (or the "AND gateway" ) is mainly used to synchronize parallel flows and create other parallel ones. These gateways create parallel paths without verifying conditions. each output sequential flow is passed through this gateway. About input flows, the parallel gateway waits for all other input flows before triggering the sequence of output flows. 134 - 135 135 = Variables = 136 136 137 137 == System variables ==
- 2021-04-22_14h55_22.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.omoustaghfir - Size
-
... ... @@ -1,1 +1,0 @@ 1 -3.2 KB - Content
- 2021-04-22_14h55_30.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.omoustaghfir - Size
-
... ... @@ -1,1 +1,0 @@ 1 -2.3 KB - Content
- image-20210423101249-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.omoustaghfir - Size
-
... ... @@ -1,1 +1,0 @@ 1 -312 bytes - Content