Changes for page 3. Variables
Last modified by Outhman Moustaghfir on 2024/01/23 13:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,5 @@ 1 +{{toc/}} 2 + 1 1 = __Introduction__ = 2 2 3 3 ... ... @@ -68,10 +68,9 @@ 68 68 1**. **iXEnv**: used especially when the developper wants to switch the environment and use another scenario in another environment. It is a variable that precise the name of the new environment 69 69 1**. [[image:1649942613906-103.png]] 70 70 73 +(% class="wikigeneratedid" %) 74 +== == 71 71 72 -(% class="wikigeneratedid" id="H" %) 73 -When you change the environment, make sure to verify that the variable iXSwitchEnv has the value true. 74 - 75 75 == __Local variables__ == 76 76 77 77 ... ... @@ -94,6 +94,7 @@ 94 94 <xsl:value-of select="ixf:getVar('newVar')"></xsl:value-of> 95 95 {{/code}} 96 96 98 +(% class="wikigeneratedid" %) 97 97 = __How to call the variables? :__ = 98 98 99 99 ... ... @@ -111,7 +111,6 @@ 111 111 ===== __**1^^st^^ Example:**__ ===== 112 112 113 113 114 - 115 115 ))) 116 116 117 117 We set a simple example of a scenario to illustrate how to use variables. ... ... @@ -132,11 +132,11 @@ 132 132 * iXSession : ID session 133 133 * path : the path of BpmnFile in FileListener1. 134 134 136 + 135 135 * ((( 136 136 ===== __**2^^nd^^ Example**__ ===== 137 137 138 138 139 - 140 140 ))) 141 141 142 142 This is an example to charge the call scenario variables: ... ... @@ -147,10 +147,11 @@ 147 147 148 148 As shown in the mail body, we called 3 variables which are : 149 149 150 -* **iXEnv**: the Environment when the new scenario exists 151 -* **iXScenario**: ='**error_sc_out_trk_and_statut**'. It means that the current scenariowhere the **connector CallScenario** will be changed to "error_sc_out_trk_and_statut'" 152 -* **iXSwitchEnv**: ='**true**'. It means that the current env will be switched to "**Danone**" 151 +* **iXEnv**: the Environment when the new scenario exists 152 +* **iXScenario**: ='**error_sc_out_trk_and_statut**'. It means that the current scenariowhere the **connector CallScenario** will be changed to "error_sc_out_trk_and_statut'" 153 +* **iXSwitchEnv**: ='**true**'. It means that the current env will be switched to "**Danone**" 153 153 155 +(% class="wikigeneratedid" %) 154 154 = = 155 155 156 156 = __String Class__ =