The Check Value Condition will check its value and if this is equal to TRUE, 1 or YES the Task, Operation or Transition will run.
Property Name | Description |
---|---|
Fail Behavior | How this Condition will affect its Parent (Task, Operation etc..). It will either Disable or Hide the Parent. Disable will not allow you to interact with the Parent but the User will still be able to see it. Hide will hide the Parent from the User. |
Negated | Determines if the meaning of the Condition should be reversed, so if it returns FALSE it will be treated as TRUE. |
Value | The name of the value to check. The value to check for must evaluate to either TRUE, YES or 1 for the Condition to pass. |
Title | Changes the Title (not the name) of the task. |
When this task is added the properties are static by default. See How To: Change A Static Property To A Dynamic Property to enable rules to be built on these properties.
Property Name | Example Rule | Example Result | Meaning |
---|---|---|---|
Fail Behavior | Disable | Disable | The Parent will be Disabled if the Conditions are not met. |
Negated | FALSE | FALSE | FALSE will keep meaning of the Condition. This means that the meaning of the Condition will not be reversed. TRUE would reverse the meaning. |
Value | TRUE | TRUE | TRUE will allow the Parent (Task, Operation or Transition) to pass. |