ExitOnTagValueActions
The Test action type also supports a series of conditional properties that can be used to interact with the primary test action. They represent the values of an expression and when the expression is true, the conditional actions defined will be executed. For example, specify an Exit action to exit the well test sequence. In the XML configuration these conditional actions are specified in the <ExitOnTagValueActions> element.
Notes:
- The condition is evaluated every time the Sleep timer has elapsed
- If the condition is true then the Test action will stop and the next action in the well test command sequence is executed
- The condition actions are optional:
- If the condition is true and there are condition actions defined, those actions will execute and then move on to the next action in the well test command sequence
- If the condition is true and there aren’t any condition actions, CygNet simply moves on to the next action in the well test command sequence
To learn about how these elements relate to other elements in a well test configuration XML structure, see Well Test Hierarchy.
Example
|
<Actions> <Action type="Test" timeoutValue="TMWTTGT" timeoutValueType="UDC" timeoutValueUpdate="True" timeoutRelativeFacilityLink="" udc="POMSV" operator="=" value="1000" conditionRelativeFacilityLink="Separator" sleeptime="5000"> <SleepTimerActions> <Action type="UisCommand" command="POLL" relativeFacilityLink="Separator" statusUDC="SYCMDSTAT"> <Parameters /> </Action> </SleepTimerActions> <ExitOnTagValueActions> <Action type="Exit" udc="MSG" relativeFacilityLink="Separator" valueType="Text" attribute="" value="POMSV=1000" /> </ExitOnTagValueActions> </Action> </Actions> |
Properties
The <ExitOnTagValueActions> element has the following properties:
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
Yes |
|
Number of Instances Allowed |
1 |
|
Parent Element |
<Action> |
|
Child Elements |
<Action> |
|
Attributes |
None |
Attributes
The <ExitOnTagValueActions> element has no attributes.

