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,6 +68,7 @@ 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" %) 71 71 == == 72 72 73 73 == __Local variables__ == ... ... @@ -92,6 +92,7 @@ 92 92 <xsl:value-of select="ixf:getVar('newVar')"></xsl:value-of> 93 93 {{/code}} 94 94 98 +(% class="wikigeneratedid" %) 95 95 = __How to call the variables? :__ = 96 96 97 97 ... ... @@ -109,7 +109,6 @@ 109 109 ===== __**1^^st^^ Example:**__ ===== 110 110 111 111 112 - 113 113 ))) 114 114 115 115 We set a simple example of a scenario to illustrate how to use variables. ... ... @@ -130,11 +130,11 @@ 130 130 * iXSession : ID session 131 131 * path : the path of BpmnFile in FileListener1. 132 132 136 + 133 133 * ((( 134 134 ===== __**2^^nd^^ Example**__ ===== 135 135 136 136 137 - 138 138 ))) 139 139 140 140 This is an example to charge the call scenario variables: ... ... @@ -145,10 +145,11 @@ 145 145 146 146 As shown in the mail body, we called 3 variables which are : 147 147 148 -* **iXEnv**: the Environment when the new scenario exists 149 -* **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'" 150 -* **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**" 151 151 155 +(% class="wikigeneratedid" %) 152 152 = = 153 153 154 154 = __String Class__ =